mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #450 from pypeclub/feature/raise_launcher_window
Move launcher window to top if launcher action is clicked
This commit is contained in:
commit
7d0df1971c
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