diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-08 22:13:56 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-08 22:13:56 +0100 |
commit | 48d038b789db119404a5da320890ac38109a8e95 (patch) | |
tree | a4ce7c2aa2d81dfcd237874ec380a01811f8be43 /facetracknoir | |
parent | d64c2414e771acdf1d976200dc2c683b852d4f39 (diff) |
update tray when changing setting through UI
Issue: #104
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp index 9c6d0522..e83468c9 100644 --- a/facetracknoir/ui.cpp +++ b/facetracknoir/ui.cpp @@ -204,6 +204,7 @@ void MainWindow::bindKeyboardShortcuts() { if (work) work->reload_shortcuts(); + ensure_tray(); } void MainWindow::startTracker( ) { |