fix: double click on public checkbox creates channel by setting set CommandsToBubbleUp in dialog

This commit is contained in:
Stone_Red
2026-02-25 22:29:06 +01:00
parent 0606394af2
commit 3f2211f42a
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ public sealed class CreateChannelDialog
{
CreateChannelResult? result = null;
var dialog = new Dialog { Title = "Create Channel", Width = 50, Height = 14 };
var dialog = new Dialog { Title = "Create Channel", Width = 50, Height = 14, CommandsToBubbleUp = [] };
var nameLabel = new Label { Text = "Name:", X = 1, Y = 1 };
var nameField = new TextField { X = 10, Y = 1, Width = Dim.Fill(2) };