mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Add splash screen toggle (#2568)
Add preferences option to toggle splash screen
This commit is contained in:
@@ -2427,8 +2427,7 @@ bool GUI_App::on_init_inner()
|
||||
}
|
||||
|
||||
BBLSplashScreen * scrn = nullptr;
|
||||
const bool show_splash_screen = true;
|
||||
if (show_splash_screen) {
|
||||
if (app_config->get("show_splash_screen") == "true") {
|
||||
// make a bitmap with dark grey banner on the left side
|
||||
//BBS make BBL splash screen bitmap
|
||||
wxBitmap bmp = BBLSplashScreen::MakeBitmap();
|
||||
|
||||
Reference in New Issue
Block a user