added setting to show unhandled irc commands

This commit is contained in:
fourtf
2019-09-18 11:11:50 +02:00
parent 765a75f158
commit 07133166d9
5 changed files with 33 additions and 16 deletions
+5
View File
@@ -211,7 +211,12 @@ public:
QStringSetting cachePath = {"/cache/path", ""};
/// Debug
BoolSetting showUnhandledIrcMessages = {"/debug/showUnhandledIrcMessages",
false};
/// UI
// Purely QOL settings are here (like last item in a list).
IntSetting lastSelectChannelTab = {"/ui/lastSelectChannelTab", 0};
IntSetting lastSelectIrcConn = {"/ui/lastSelectIrcConn", 0};