Fix "Change channel" popup title (#3273)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Mikulex
2021-10-23 13:22:54 +02:00
committed by GitHub
parent e033f8e43e
commit 3f12d5bb3b
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -466,6 +466,7 @@ void Split::showChangeChannelPopup(const char *dialogTitle, bool empty,
dialog->setSelectedChannel(this->getIndirectChannel());
}
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->setWindowTitle(dialogTitle);
dialog->show();
dialog->closed.connect([=] {
if (dialog->hasSeletedChannel())