WIP - Added crappy popover spawning where button clicked.

This commit is contained in:
Jas Singh
2024-06-11 01:23:51 -07:00
parent 9745d6ee3a
commit fad852c13f
13 changed files with 266 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ const SysButton = (action, label) =>
on_clicked: () => powermenu.action(action),
child: Widget.Box({
vertical: true,
class_name: "system-button widget-button",
class_name: "system-button widget-box",
children: [
Widget.Icon({
class_name: `system-button_icon ${action}`,