diff options
-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> |