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:
Milan Kolar 2020-08-21 16:37:58 +02:00 committed by GitHub
commit 7d0df1971c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(