File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) {
29
29
#endif
30
30
31
31
SingleApplication instance (argc, argv, true );
32
- // instance.setQuitOnLastWindowClosed(false);
32
+ instance.setQuitOnLastWindowClosed (false );
33
33
instance.setWindowIcon (QIcon (" :/icons/app/icon-128.png" ));
34
34
QApplication::setApplicationName (" WhatSie" );
35
35
QApplication::setOrganizationDomain (" com.ktechpit" );
@@ -102,7 +102,7 @@ int main(int argc, char *argv[]) {
102
102
parser.addOption (openAboutOption); // [x]
103
103
parser.addOption (toggleThemeOption); // [x]
104
104
parser.addOption (reloadAppOption); // [x]
105
- parser.addOption (newChatOption); // [x ]
105
+ parser.addOption (newChatOption); // [- ]
106
106
107
107
secondaryInstanceCLIOptions << showAppWindowOption << openSettingsOption
108
108
<< lockAppOption << openAboutOption
You can’t perform that action at this time.
0 commit comments