diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5a144a..0c69d810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Bugfix: Fixed zero-width global BTTV emotes not showing in the `:~` completions. (#6440) - Bugfix: Fixed an issue where the update button would be unclickable on macOS and Linux. (#6447, #6453) - Bugfix: Fixed flickering tooltips on Wayland when the mouse cursor is over them. (#6451) +- Bugfix: Fixed an issue where the moderation icon was missing from the Moderation tab. (#6457) ## 2.5.4-beta.1 diff --git a/resources/buttons/moderationDisabledDarkMode18x18.png b/resources/buttons/moderationDisabledDarkMode18x18.png new file mode 100644 index 00000000..48e4f2af Binary files /dev/null and b/resources/buttons/moderationDisabledDarkMode18x18.png differ diff --git a/src/widgets/settingspages/ModerationPage.cpp b/src/widgets/settingspages/ModerationPage.cpp index cd57fb4d..fa983a49 100644 --- a/src/widgets/settingspages/ModerationPage.cpp +++ b/src/widgets/settingspages/ModerationPage.cpp @@ -225,7 +225,7 @@ ModerationPage::ModerationPage() { // clang-format off auto label = modMode.emplace( - "Moderation mode is enabled by clicking in a channel that you moderate.

" + "Moderation mode is enabled by clicking in a channel that you moderate.

" "Moderation buttons can be bound to chat commands such as \"/ban {user.name}\", \"/timeout {user.name} 1000\", \"/w someusername !report {user.name} was bad in channel {channel.name}\" or any other custom text commands.
" "For deleting messages use /delete {msg.id}.

" "More information can be found here.");