init irc and restart on crash is false by default

This commit is contained in:
fourtf
2019-10-03 17:36:44 +02:00
parent 375aa221eb
commit 7fa2c7b4a5
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ public:
BoolSetting openLinksIncognito = {"/misc/openLinksIncognito", 0};
QStringSetting cachePath = {"/cache/path", ""};
BoolSetting restartOnCrash = {"/misc/restartOnCrash", true};
BoolSetting restartOnCrash = {"/misc/restartOnCrash", false};
/// Debug
BoolSetting showUnhandledIrcMessages = {"/debug/showUnhandledIrcMessages",