mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
add tooltip support
This commit is contained in:
parent
9f0986bc8d
commit
47bf528f89
@ -34,7 +34,6 @@ class BaseApplication extends this.OS.GUI.BaseModel
|
||||
@on "exit", () -> me.quit()
|
||||
# first register some base event to the app
|
||||
@on "focus", () ->
|
||||
me.sysdock.update()
|
||||
me.sysdock.set "selectedApp", me
|
||||
me.appmenu.pid = me.pid
|
||||
me.appmenu.set "items", (me.baseMenu() || [])
|
||||
|
Loading…
Reference in New Issue
Block a user