mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
reraise launcher window if is already shown but in back
This commit is contained in:
parent
68deeccad2
commit
866bc15008
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ class AvalonApps:
|
|||
def show_launcher(self):
|
||||
# if app_launcher don't exist create it/otherwise only show main window
|
||||
self.app_launcher.show()
|
||||
self.app_launcher.raise_()
|
||||
self.app_launcher.activateWindow()
|
||||
|
||||
def show_library_loader(self):
|
||||
libraryloader.show(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue