AppLauncher

This commit is contained in:
quadbyte 2025-08-20 11:01:06 -04:00
parent 524135800e
commit c0a068ddc0
3 changed files with 15 additions and 22 deletions

View file

@ -134,6 +134,10 @@ Rectangle {
function open() {
visible = true
// Register into the panel service
// so this will autoclose if we open another panel
PanelService.registerOpen(trayPanel)
}
function close() {