Handle moderation mode and filters in split popup (#3130)
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
|
- Bugfix: Moderation mode and active filters are now preserved when opening a split as a popup. (#3113, #3130)
|
||||||
|
|
||||||
## 2.3.4
|
## 2.3.4
|
||||||
|
|
||||||
- Major: Newly uploaded Twitch emotes are once again present in emote picker and can be autocompleted with Tab as well. (#2992)
|
- Major: Newly uploaded Twitch emotes are once again present in emote picker and can be autocompleted with Tab as well. (#2992)
|
||||||
|
|||||||
@@ -624,8 +624,10 @@ void Split::popup()
|
|||||||
window.getNotebook().getOrAddSelectedPage()));
|
window.getNotebook().getOrAddSelectedPage()));
|
||||||
|
|
||||||
split->setChannel(this->getIndirectChannel());
|
split->setChannel(this->getIndirectChannel());
|
||||||
window.getNotebook().getOrAddSelectedPage()->appendSplit(split);
|
split->setModerationMode(this->getModerationMode());
|
||||||
|
split->setFilters(this->getFilters());
|
||||||
|
|
||||||
|
window.getNotebook().getOrAddSelectedPage()->appendSplit(split);
|
||||||
window.show();
|
window.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user