From bd46be2b0e0aa8f588957c14744fce4f3eecce5d Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 3 Jun 2021 14:59:41 +0200 Subject: [PATCH] launcher add doubleclick callback --- openpype/modules/launcher_action.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/modules/launcher_action.py b/openpype/modules/launcher_action.py index 5ed8585b6a..0059ff021b 100644 --- a/openpype/modules/launcher_action.py +++ b/openpype/modules/launcher_action.py @@ -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