mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
launcher add doubleclick callback
This commit is contained in:
parent
0bf9624c79
commit
bd46be2b0e
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ class LauncherAction(PypeModule, ITrayAction):
|
|||
def tray_init(self):
|
||||
self.create_window()
|
||||
|
||||
self.add_doubleclick_callback(self.show_launcher)
|
||||
|
||||
def tray_start(self):
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue