parent
024ffde08d
commit
0567f669c2
@ -239,7 +239,7 @@ main(int argc, char *argv[])
|
||||
// Move the MainWindow to the center
|
||||
w.move(screenCenter(w.width(), w.height()));
|
||||
|
||||
if (!settings.lock()->startInTray() && !settings.lock()->tray())
|
||||
if (!(settings.lock()->startInTray() && settings.lock()->tray()))
|
||||
w.show();
|
||||
|
||||
QObject::connect(&app, &QApplication::aboutToQuit, &w, [&w]() {
|
||||
|
Loading…
Reference in New Issue
Block a user