mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
_
This commit is contained in:
parent
7310f1b888
commit
4ddb4616ee
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void SplitHeader::updateModerationModeIcon()
|
||||||
? resourceManager.moderationmode_enabled->getPixmap()
|
? resourceManager.moderationmode_enabled->getPixmap()
|
||||||
: resourceManager.moderationmode_disabled->getPixmap());
|
: resourceManager.moderationmode_disabled->getPixmap());
|
||||||
|
|
||||||
this->moderationButton->setVisible(this->split->channel->hasModRights());
|
// this->moderationButton->setVisible(this->split->channel->hasModRights());
|
||||||
}
|
}
|
||||||
|
|
||||||
void SplitHeader::paintEvent(QPaintEvent *)
|
void SplitHeader::paintEvent(QPaintEvent *)
|
||||||
|
|
Loading…
Reference in a new issue