added creating new group and channel on sidebar menu.

This commit is contained in:
Asal Lotfi
2025-07-29 23:07:55 +03:30
parent 2fb957d941
commit 648a128a0c
2 changed files with 6 additions and 4 deletions
@@ -2744,7 +2744,7 @@ public class ActionHandler {
}
}
SidebarHandler sidebarHandler = new SidebarHandler(scanner);
SidebarHandler sidebarHandler = new SidebarHandler(scanner, this);
switch (action) {
case 0 -> {
return;