We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2892d2 commit 014718aCopy full SHA for 014718a
src/main.cpp
@@ -89,7 +89,8 @@ int main(int argc,
89
// Prepare DspConfig based on cmdline argument
90
DspConfig::instance(parser.isSet(watch));
91
92
- QApplication::setQuitOnLastWindowClosed(false);
+ QApplication::setFallbackSessionManagementEnabled(false);
93
+ QApplication::setQuitOnLastWindowClosed(false);
94
MainWindow w(QString::fromLocal8Bit(exepath), parser.isSet(tray), parser.isSet(minst));
95
96
//w.setFixedSize(w.geometry().width(), w.geometry().height());
0 commit comments