From 7555282d30d15eacf9c638d08bc25fa76a814031 Mon Sep 17 00:00:00 2001 From: ts-korhonen Date: Sun, 9 Jan 2022 16:54:37 +0200 Subject: [PATCH] qt: add hide_tool_bar setting variable --- src/qt/qt_platform.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qt/qt_platform.cpp b/src/qt/qt_platform.cpp index 44c5c2b4c..6f3a05c98 100644 --- a/src/qt/qt_platform.cpp +++ b/src/qt/qt_platform.cpp @@ -80,6 +80,7 @@ int rctrl_is_lalt = 0; int update_icons = 0; int kbd_req_capture = 0; int hide_status_bar = 0; +int hide_tool_bar = 0; uint32_t lang_id = 0x0409, lang_sys = 0x0409; // Multilangual UI variables, for now all set to LCID of en-US int stricmp(const char* s1, const char* s2)