diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-02 18:57:06 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-02 18:57:06 +0100 |
commit | b3db61bf57696f7dd0b8c45c81348e3f8eff0774 (patch) | |
tree | 8a37c20c6763b85be4619c672ac21597d57fc943 | |
parent | 858a2f708285ea228d1e15134be7cf4307175142 (diff) |
nonsensical to start in tray, remove
-rw-r--r-- | facetracknoir/ui.cpp | 2 | ||||
-rw-r--r-- | opentrack/keyboard.ui | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp index 466261fa..895f605c 100644 --- a/facetracknoir/ui.cpp +++ b/facetracknoir/ui.cpp @@ -82,8 +82,6 @@ MainWindow::MainWindow() : kbd_quit.setEnabled(true); ensure_tray(); - if (s.tray_enabled) - setWindowState(Qt::WindowMinimized); } MainWindow::~MainWindow() diff --git a/opentrack/keyboard.ui b/opentrack/keyboard.ui index 321992e2..fb8d472f 100644 --- a/opentrack/keyboard.ui +++ b/opentrack/keyboard.ui @@ -206,7 +206,7 @@ <item> <widget class="QCheckBox" name="trayp"> <property name="text"> - <string>Start in tray, minimize to tray</string> + <string>Minimize to tray</string> </property> </widget> </item> |