Fixed default for updating status bar icons.
This commit is contained in:
@@ -97,7 +97,7 @@ int mouse_capture = 0;
|
|||||||
int fixed_size_x = 640;
|
int fixed_size_x = 640;
|
||||||
int fixed_size_y = 480;
|
int fixed_size_y = 480;
|
||||||
int rctrl_is_lalt = 0;
|
int rctrl_is_lalt = 0;
|
||||||
int update_icons = 0;
|
int update_icons = 1;
|
||||||
int kbd_req_capture = 0;
|
int kbd_req_capture = 0;
|
||||||
int hide_status_bar = 0;
|
int hide_status_bar = 0;
|
||||||
int hide_tool_bar = 0;
|
int hide_tool_bar = 0;
|
||||||
|
Reference in New Issue
Block a user