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 -1
View File
@@ -123,7 +123,7 @@ Split *SplitContainer::appendNewSplit(bool openChannelNameDialog)
if (openChannelNameDialog)
{
split->showChangeChannelPopup("Open channel name", true, [=](bool ok) {
split->showChangeChannelPopup("Open channel", true, [=](bool ok) {
if (!ok)
{
this->deleteSplit(split);