smol irc fixes

This commit is contained in:
fourtf
2019-09-11 13:17:36 +02:00
parent 2f39f4246c
commit b20fdc0da6
7 changed files with 72 additions and 22 deletions
+4
View File
@@ -207,6 +207,10 @@ public:
QStringSetting cachePath = {"/cache/path", ""};
/// UI
IntSetting lastSelectChannelTab = {"/ui/lastSelectChannelTab", 0};
IntSetting lastSelectIrcConn = {"/ui/lastSelectIrcConn", 0};
private:
void updateModerationActions();
};