]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Make user-friendly command line mode the default, as discussed in #1768.
authorwodim <redacted>
Thu, 31 Dec 2015 18:03:20 +0000 (19:03 +0100)
committerwodim <redacted>
Thu, 31 Dec 2015 18:03:20 +0000 (19:03 +0100)
src/kvirc/kernel/KviOptions.cpp

index b8a7a016114bb3abe03915856e60349595b90a94..30ca6ca8cc9f959b053560296f83ed26d95e5636 100644 (file)
@@ -270,7 +270,7 @@ KviBoolOption g_boolOptionsTable[KVI_NUM_BOOL_OPTIONS]=
        BOOL_OPTION("GzipLogs",false,KviOption_sectFlagLogging),
        BOOL_OPTION("UseFullWordHighlighting",false,KviOption_sectFlagIrcView),
        BOOL_OPTION("NotifierFlashing",true,KviOption_sectFlagFrame),
-       BOOL_OPTION("CommandlineInUserFriendlyModeByDefault",false,KviOption_sectFlagFrame), // this confuses existing users and is not mentioned in the docs where there are commandline examples : we need it to be off by default for now
+       BOOL_OPTION("CommandlineInUserFriendlyModeByDefault",true,KviOption_sectFlagFrame),
        BOOL_OPTION("EnableVisualEffects",true,KviOption_resetUpdateGui),
        BOOL_OPTION("DCCFileTransferReplaceOutgoingSpacesWithUnderscores",true,KviOption_sectFlagDcc),
        BOOL_OPTION("DoNotUpscaleAvatars",true,KviOption_sectFlagIrcView | KviOption_resetUpdateGui ),