mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Add option to place window buttons on left side for Linux (#12831)
init
This commit is contained in:
@@ -523,6 +523,11 @@ void AppConfig::set_defaults()
|
||||
set_bool("installed_networking", false);
|
||||
}
|
||||
|
||||
#ifdef __linux__
|
||||
if (get("window_buttons_on_left").empty())
|
||||
set_bool("window_buttons_on_left", false);
|
||||
#endif
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("app", "main_frame_maximized");
|
||||
erase("app", "main_frame_pos");
|
||||
|
||||
Reference in New Issue
Block a user