summaryrefslogtreecommitdiffhomepage
path: root/opentrack/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-01-11 18:05:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-01-11 18:15:05 +0100
commit125bd6359ec16b6a170bd601a7a3e4b0b072cee0 (patch)
treeb293668d4de7b0c259d2f3d319bd37a47cff7f35 /opentrack/main-window.hpp
parent62357018155badc4c4ae2c620e9d8846717d1a8c (diff)
opentrack: disable module tabs on low resolutions
Issue: #1407
Diffstat (limited to 'opentrack/main-window.hpp')
-rw-r--r--opentrack/main-window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/opentrack/main-window.hpp b/opentrack/main-window.hpp
index c33d8241..495300c1 100644
--- a/opentrack/main-window.hpp
+++ b/opentrack/main-window.hpp
@@ -135,6 +135,7 @@ public:
bool start_in_tray();
void save_modules();
+ bool module_tabs_enabled() const;
void exit(int status = EXIT_SUCCESS);