add pack.request_writeable(...) & update gui.confirm screen

This commit is contained in:
MihailRis
2025-03-12 17:07:57 +03:00
parent 4cdb1fbae2
commit 88b45e5098
6 changed files with 84 additions and 14 deletions
+1
View File
@@ -35,6 +35,7 @@ GUI::GUI()
menu = std::make_shared<Menu>();
menu->setId("menu");
menu->setZIndex(10);
container->add(menu);
container->setScrollable(false);