open settings when right clicking moderation button

This commit is contained in:
fourtf
2018-10-21 16:13:26 +02:00
parent 1872163ec4
commit 3db0b5f95c
12 changed files with 88 additions and 63 deletions
+3 -6
View File
@@ -268,12 +268,9 @@ void Split::setChannel(IndirectChannel newChannel)
void Split::setModerationMode(bool value)
{
if (value != this->moderationMode_)
{
this->moderationMode_ = value;
this->header_->updateModerationModeIcon();
this->view_->layoutMessages();
}
this->moderationMode_ = value;
this->header_->updateModerationModeIcon();
this->view_->layoutMessages();
}
bool Split::getModerationMode() const