Fix merge error (calling show_logo twice)

This commit is contained in:
2020-01-19 15:55:59 -05:00
parent 6d5b484ecd
commit 166965fdd0

View File

@@ -194,7 +194,6 @@ void init_boe(int argc, char* argv[]) {
init_screen_locs();
init_startup();
flushingInput = true;
show_logo();
// Hidden preference to hide the startup logo - should be kept hidden
if(get_bool_pref("ShowStartupLogo", true))
show_logo();