forked from quickshell/quickshell
misc: make the last window closing not quit by default
This commit is contained in:
parent
3789709820
commit
31365dd179
3 changed files with 26 additions and 0 deletions
|
@ -252,6 +252,7 @@ int main(int argc, char** argv) {
|
|||
QQuickWindow::setDefaultAlphaBuffer(true);
|
||||
|
||||
auto root = RootWrapper(configFilePath);
|
||||
QGuiApplication::setQuitOnLastWindowClosed(false);
|
||||
|
||||
return QGuiApplication::exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue