- Buttons changed to ToggleButtons

This commit is contained in:
2025-11-21 16:08:18 +01:00
parent 8b8f0b9712
commit aeaa8ef8ff
7 changed files with 202 additions and 33 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ class MainPanel extends Panel {
mh = new MainHeader();
header = mh;
//mf = new MainFooter();
//footer = mf;
mf = new MainFooter();
footer = mf;
}
private function onCreationComplete(event:FeathersEvent):Void {