Hide chatter list button for non-moderators (#5245)

This commit is contained in:
pajlada
2024-03-10 12:46:26 +01:00
committed by GitHub
parent 9d02fa14ed
commit a958619860
5 changed files with 63 additions and 44 deletions
+1 -2
View File
@@ -29,10 +29,9 @@ public:
explicit SplitHeader(Split *split);
void setAddButtonVisible(bool value);
void setChattersButtonVisible(bool value);
void updateChannelText();
void updateModerationModeIcon();
void updateIcons();
// Invoked when SplitHeader should update anything refering to a TwitchChannel's mode
// has changed (e.g. sub mode toggled)
void updateRoomModes();