diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-28 09:06:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-28 09:11:15 +0100 |
commit | f2bb47e9261df4f060fcaec3c808ea6537a68eab (patch) | |
tree | 22564a695bf512daacfde1f885b5fde03a6e89a6 /opentrack/shortcuts.cpp | |
parent | 1abdbee5bfa16df9ca8f0e7a9462503e86d672dd (diff) |
hook up tray to build
Issue: #64
Diffstat (limited to 'opentrack/shortcuts.cpp')
-rw-r--r-- | opentrack/shortcuts.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp index 851c5826..75b86a29 100644 --- a/opentrack/shortcuts.cpp +++ b/opentrack/shortcuts.cpp @@ -21,6 +21,8 @@ KeyboardShortcutDialog::KeyboardShortcutDialog() tie_setting(s.toggle.alt, ui.chkToggleAlt); tie_setting(s.toggle.shift, ui.chkToggleShift); tie_setting(s.toggle.ctrl, ui.chkToggleCtrl); + + tie_setting(s.s_main.tray_enabled, ui.trayp); } void KeyboardShortcutDialog::doOK() { |