mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
SplashScreen:
* Show it on the display same as an Application * Code refactoring : All related functions moved to the SplashScreen class * Add a possibility o hide/show splash scree in Preferences
This commit is contained in:
parent
40a7a44495
commit
f1f9785a8a
3 changed files with 234 additions and 148 deletions
|
@ -101,6 +101,9 @@ void AppConfig::set_defaults()
|
|||
if (get("use_inches").empty())
|
||||
set("use_inches", "0");
|
||||
|
||||
if (get("show_splash_screen").empty())
|
||||
set("show_splash_screen", "1");
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
erase("", "main_frame_pos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue