mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Add splash screen toggle (#2568)
Add preferences option to toggle splash screen
This commit is contained in:
parent
261393b649
commit
06f966e43a
3 changed files with 9 additions and 2 deletions
|
@ -231,6 +231,12 @@ void AppConfig::set_defaults()
|
|||
if (get("stealth_mode").empty()) {
|
||||
set_bool("stealth_mode", false);
|
||||
}
|
||||
|
||||
// Orca
|
||||
if(get("show_splash_screen").empty()) {
|
||||
set_bool("show_splash_screen", true);
|
||||
}
|
||||
|
||||
if (get("show_model_mesh").empty()) {
|
||||
set_bool("show_model_mesh", false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue