mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Merge pull request #614 from apa420/apa-fixing-timeout-buttons
Fixed issue with timeoutbuttons #613
This commit is contained in:
commit
aa0059ffe0
|
@ -32,8 +32,8 @@ ModerationAction::ModerationAction(const QString &action)
|
|||
|
||||
if (timeoutMatch.hasMatch()) {
|
||||
// if (multipleTimeouts > 1) {
|
||||
QString line1;
|
||||
QString line2;
|
||||
// QString line1;
|
||||
// QString line2;
|
||||
|
||||
int amount = timeoutMatch.captured(1).toInt();
|
||||
|
||||
|
@ -51,8 +51,8 @@ ModerationAction::ModerationAction(const QString &action)
|
|||
this->line2_ = "d";
|
||||
}
|
||||
|
||||
this->line1_ = line1;
|
||||
this->line2_ = line2;
|
||||
// line1 = this->line1_;
|
||||
// line2 = this->line2_;
|
||||
// } else {
|
||||
// this->_moderationActions.emplace_back(app->resources->buttonTimeout, str);
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue