mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
MSW specific:Added dark mode for G-CodeViewer
This commit is contained in:
parent
68fd37b300
commit
a2b99db0df
2 changed files with 5 additions and 3 deletions
|
@ -85,9 +85,6 @@ void AppConfig::set_defaults()
|
|||
if (get("associate_stl").empty())
|
||||
set("associate_stl", "0");
|
||||
|
||||
if (get("dark_color_mode").empty())
|
||||
set("dark_color_mode", "0");
|
||||
|
||||
if (get("tabs_as_menu").empty())
|
||||
set("tabs_as_menu", "0");
|
||||
#endif // _WIN32
|
||||
|
@ -179,6 +176,9 @@ void AppConfig::set_defaults()
|
|||
#ifdef _WIN32
|
||||
if (get("use_legacy_3DConnexion").empty())
|
||||
set("use_legacy_3DConnexion", "0");
|
||||
|
||||
if (get("dark_color_mode").empty())
|
||||
set("dark_color_mode", "0");
|
||||
#endif // _WIN32
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue