Add hide_tool_bar config file setting

In preparation for toolbar implementation
This commit is contained in:
ts-korhonen
2022-01-09 16:46:44 +02:00
parent 65310e0141
commit 9a566a501c
4 changed files with 10 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ int user_resize = 0;
int fixed_size_x = 0, fixed_size_y = 0;
int kbd_req_capture = 0;
int hide_status_bar = 0;
int hide_tool_bar = 0;
int dpi = 96;
extern char openfilestring[512];