Changed some default settings (#2024)

Colorized nicknames now enabled by default
Show channels live now enabled by default
Bold usernames enabled by default
This commit is contained in:
apa420
2020-10-04 12:59:31 +02:00
committed by GitHub
parent 1409836fc8
commit a2e12a56e3
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addCheckbox("Show moderation messages", s.hideModerationActions,
true);
layout.addCheckbox("Random username color for users who never set a color",
layout.addCheckbox("Colorize users without color set (gray names)",
s.colorizeNicknames);
layout.addCheckbox("Mention users with a comma (User,)",
s.mentionUsersWithComma);