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:
YuSanka 2020-09-10 16:03:43 +02:00
parent 40a7a44495
commit f1f9785a8a
3 changed files with 234 additions and 148 deletions

View file

@ -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");