Fix merge error (calling show_logo twice)
This commit is contained in:
@@ -194,7 +194,6 @@ void init_boe(int argc, char* argv[]) {
|
|||||||
init_screen_locs();
|
init_screen_locs();
|
||||||
init_startup();
|
init_startup();
|
||||||
flushingInput = true;
|
flushingInput = true;
|
||||||
show_logo();
|
|
||||||
// Hidden preference to hide the startup logo - should be kept hidden
|
// Hidden preference to hide the startup logo - should be kept hidden
|
||||||
if(get_bool_pref("ShowStartupLogo", true))
|
if(get_bool_pref("ShowStartupLogo", true))
|
||||||
show_logo();
|
show_logo();
|
||||||
|
Reference in New Issue
Block a user