diff --git a/plugins/Marketplace/Marketplace.py b/plugins/Marketplace/Marketplace.py index 5fd976cbfc..be2f66c7b2 100644 --- a/plugins/Marketplace/Marketplace.py +++ b/plugins/Marketplace/Marketplace.py @@ -38,4 +38,5 @@ class Marketplace(Extension): if self._window is None: # Still None? Failed to load the QML then. Logger.error(f"Failed to load QML for Marketplace window.") return - self._window.show() \ No newline at end of file + self._window.show() + self._window.requestActivate() # Bring window into focus, if it was already open in the background.