From 173651be65f2f9d08c40e69820aea5e76a6d9b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Biagioni?= Date: Wed, 10 Sep 2025 11:04:15 -0300 Subject: [PATCH] fix: restore missing moderation icon (#6457) --- CHANGELOG.md | 1 + .../buttons/moderationDisabledDarkMode18x18.png | Bin 0 -> 633 bytes src/widgets/settingspages/ModerationPage.cpp | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 resources/buttons/moderationDisabledDarkMode18x18.png 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 0000000000000000000000000000000000000000..48e4f2af49ced226e69b621a6946e38778ede07c GIT binary patch literal 633 zcmV-<0*3vGP)gr+V-0|)0?bqdU`Nuy&-urRjhNP@>?ij$pz(54l`+7y{_4-LkE0R8#+0`HjMgVm> zo%hgVw4E5sz+66`zrS<360lh;7QglcH5!eSbFOM;Z=)!h-5r;dH?#HK{=U%G*48|5 zsMTss00PW=e;2q3oa+hl-cJFOK@g0VN~LeLT5T|$PCu12+U<4=g+igRFO(!n&deT3 zn#kpHpOYjxnog%zBz;e%Qm4np#+tvccL0@2B^VkSnm4mkW;WaHb~nsyS<*}#$BFko zGPA0rY9^DJ&StaiKMOm6Fbv0m3&5PD=VtZ=sK#-;m?X(HGkYlMRvgERe@oy1Bz-iq z4DboK3|!A-GBayyYYS#}-ptDReBSSMpSJtfy!V$RJps-%n@t~v;R|3`QZbI>&AkwS zK7d-SHV9lXvsbB9>RlLy5%3r|B57nlm TF7sq?00000NkvXXu0mjfHA5Sc literal 0 HcmV?d00001 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.");