mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Hot fix
Removal of the 20 columns hard limit
This commit is contained in:
@@ -859,7 +859,7 @@ static void control_panel_handle_click(Window *win, int x, int y) {
|
||||
}
|
||||
}
|
||||
if (x >= offset_x + 180 && x < offset_x + 200 && y >= section_y && y < section_y + 20) {
|
||||
if (desktop_max_cols < 20) desktop_max_cols++;
|
||||
desktop_max_cols++;
|
||||
wm_refresh_desktop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user