fix: restore missing moderation icon (#6457)

This commit is contained in:
Otávio Biagioni
2025-09-10 11:04:15 -03:00
committed by GitHub
parent c51fdd2a0e
commit 173651be65
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 633 B

+1 -1
View File
@@ -225,7 +225,7 @@ ModerationPage::ModerationPage()
{
// clang-format off
auto label = modMode.emplace<QLabel>(
"Moderation mode is enabled by clicking <img width='18' height='18' src=':/buttons/modModeDisabled.png'> in a channel that you moderate.<br><br>"
"Moderation mode is enabled by clicking <img width='18' height='18' src=':/buttons/moderationDisabledDarkMode18x18.png'> in a channel that you moderate.<br><br>"
"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.<br>"
"For deleting messages use /delete {msg.id}.<br><br>"
"More information can be found <a href='https://wiki.chatterino.com/Moderation/#moderation-mode'>here</a>.");