[BUG FIXES UPDATE]
-Fix wrong calculations in the calculator
-Properly save paint files to where they were opened instead of just the desktop.
This commit is contained in:
Chris
2026-02-08 15:20:00 +01:00
parent 9728222d3c
commit a053e7ccc2
17 changed files with 196 additions and 210 deletions

View File

@@ -35,7 +35,7 @@ static void about_paint(Window *win) {
// Version info
draw_string(offset_x, offset_y + 105, "BrewOS", COLOR_BLACK);
draw_string(offset_x, offset_y + 120, "BrewOS Version 1.40", COLOR_BLACK);
draw_string(offset_x, offset_y + 120, "BrewOS Version 1.42", COLOR_BLACK);
draw_string(offset_x, offset_y + 135, "Kernel Version 2.3.1", COLOR_BLACK);
// Copyright