mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
[dialer] Make the app quit on window close
At this point this brings more problems than it solves, so just disable it for now.
This commit is contained in:
parent
9765dfa679
commit
5c120859a7
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ int main(int argc, char **argv)
|
|||
const QString description = i18n("Plasma Phone Dialer");
|
||||
const char version[] = PROJECT_VERSION;
|
||||
|
||||
app.setQuitOnLastWindowClosed(false);
|
||||
// app.setQuitOnLastWindowClosed(false);
|
||||
app.setApplicationVersion(version);
|
||||
app.setOrganizationDomain("kde.org");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue