Add overlay and oneshot crosshair

This commit is contained in:
2026-07-05 06:34:45 -07:00
parent f4da4d479e
commit 593fc55b53
6 changed files with 214 additions and 48 deletions

View File

@@ -31,4 +31,6 @@ ShellRoot {
HoverHandler {onHoveredChanged: {if (hovered) bar.open() }}
}
Shell.Corners { }
// Shell.Keystrokes { }
Shell.Overlay { }
}