init irc and restart on crash is false by default
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user