I can add a new column and a new row

This commit is contained in:
2026-02-26 22:44:35 +01:00
parent b383b1bc8b
commit c07b75ee72
10 changed files with 311 additions and 108 deletions

View File

@@ -43,6 +43,9 @@ class Menu(MultipleInstance):
}
def _mk_menu(self, command_name):
if not isinstance(command_name, str):
return command_name
command = self.usable_commands.get(command_name)
return mk.icon(command.icon or IconsHelper.get("QuestionMark"),
command=command,