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/main-settings.hpp | |
parent | 1abdbee5bfa16df9ca8f0e7a9462503e86d672dd (diff) |
hook up tray to build
Issue: #64
Diffstat (limited to 'opentrack/main-settings.hpp')
-rw-r--r-- | opentrack/main-settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 83ec8968..4f1eff31 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -42,6 +42,6 @@ struct main_settings { a_roll(b, "roll", Roll), tcomp_p(b, "compensate-translation", true), tcomp_tz(b, "compensate-translation-disable-z-axis", false), - tray_enabled(false, "use-system-tray", true) + tray_enabled(b, "use-system-tray", false) {} }; |