Update AppConfig.cpp

This commit is contained in:
sunsets
2024-07-02 10:40:44 +08:00
parent e505af5cc7
commit 8912079f62

View File

@@ -211,10 +211,11 @@ void AppConfig::set_defaults()
if (get("sys_menu_enabled").empty())
set("sys_menu_enabled", "1");
//B45
#endif // _WIN32
// B45
if (get("machine_list_minification").empty())
set("machine_list_minification", "1");
#endif // _WIN32
// Remove legacy window positions/sizes
erase("", "main_frame_maximized");