diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-06 05:14:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-06 05:14:07 +0100 |
commit | 4e74d6edef94e4f2f7caae76088f91e9ee993fba (patch) | |
tree | 47f6eaf6bc8950b610483df90a4824b4365ae478 /gui/ui.h | |
parent | 0bd32bf56d5b31e7d7e8288b33f536158903e95e (diff) |
gui/keys: allow for pausing global keystrokes for options dialog
Toggling tracking while prompting for toggle tracking key causes a
deadlock somewhere.
Diffstat (limited to 'gui/ui.h')
-rw-r--r-- | gui/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ class MainWindow : public QMainWindow, private State process_detector_worker det; QMenu profile_menu; bool is_refreshing_profiles; + volatile bool keys_paused; QTimer save_timer; mem<dylib> current_tracker() |