We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85b24 commit dec59f4Copy full SHA for dec59f4
src/galaxy/api/plugin.py
@@ -661,7 +661,7 @@ async def shutdown_platform_client(self) -> None:
661
raise NotImplementedError()
662
663
async def launch_platform_client(self) -> None:
664
- """Override this method to launch platform client.
+ """Override this method to launch platform client. Preferably minimized to tray.
665
This method is called by the GOG Galaxy Client."""
666
667
0 commit comments