Fixed default for updating status bar icons.

This commit is contained in:
OBattler
2022-02-10 11:07:09 +01:00
parent 5365342313
commit 2a41bc823f

View File

@@ -97,7 +97,7 @@ int mouse_capture = 0;
int fixed_size_x = 640;
int fixed_size_y = 480;
int rctrl_is_lalt = 0;
int update_icons = 0;
int update_icons = 1;
int kbd_req_capture = 0;
int hide_status_bar = 0;
int hide_tool_bar = 0;