Skip to content

Commit dec59f4

Browse files
committed
Add more detials to launch_platform_client method
1 parent ca85b24 commit dec59f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/galaxy/api/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ async def shutdown_platform_client(self) -> None:
661661
raise NotImplementedError()
662662

663663
async def launch_platform_client(self) -> None:
664-
"""Override this method to launch platform client.
664+
"""Override this method to launch platform client. Preferably minimized to tray.
665665
This method is called by the GOG Galaxy Client."""
666666
raise NotImplementedError()
667667

0 commit comments

Comments
 (0)