AppLauncher
This commit is contained in:
parent
524135800e
commit
c0a068ddc0
3 changed files with 15 additions and 22 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue