diff options
Diffstat (limited to 'opentrack/main-window.hpp')
-rw-r--r-- | opentrack/main-window.hpp | 1 |
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); |