diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-19 15:33:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-19 15:33:29 +0100 |
commit | a19ca8b4f37a5df277007e57e97ae2a89df5de9e (patch) | |
tree | 1bb4dd95c2884646d2077f415167dfb222c6d887 /variant | |
parent | c896032491916b1fa8615568e800bf9088870667 (diff) |
opentrack: create tray icon, duh
Issue: #726
Diffstat (limited to 'variant')
-rw-r--r-- | variant/default/main-window.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index 7a9905d0..0c0a7a8f 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -184,6 +184,7 @@ main_window::main_window() : Qt::QueuedConnection); init_tray(); + ensure_tray(); register_shortcuts(); det_timer.start(1000); |