mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixes issue where slowmode checkbox is checked even after canceling.
This commit is contained in:
parent
e9868fdd84
commit
1bd97d853e
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void SplitHeader::addModeItems(RippleEffectLabel *)
|
||||||
if (ok) {
|
if (ok) {
|
||||||
this->split->getChannel().get()->sendMessage(QString("/slow %1").arg(slowSec));
|
this->split->getChannel().get()->sendMessage(QString("/slow %1").arg(slowSec));
|
||||||
} else {
|
} else {
|
||||||
setSlow->setChecked(true);
|
setSlow->setChecked(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue