Merge branch '86Box:master' into master

This commit is contained in:
dob205
2021-11-19 15:22:15 +01:00
committed by GitHub

View File

@@ -1270,6 +1270,9 @@ ui_init(int nCmdShow)
tdconfig.pButtons = tdbuttons;
tdconfig.pfCallback = TaskDialogProcedure;
/* Load the desired iconset */
win_load_icon_set();
/* Start settings-only mode if requested. */
if (settings_only) {
if (! pc_init_modules()) {
@@ -1404,9 +1407,6 @@ ui_init(int nCmdShow)
ResetAllMenus();
media_menu_init();
/* Load the desired iconset */
win_load_icon_set();
/* Make the window visible on the screen. */
ShowWindow(hwnd, nCmdShow);