Add more detials to launch_platform_client method

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-08-20 13:58:29 +02:00
committed by Romuald Bierbasz
parent ca85b2428b
commit dec59f47dd

View File

@@ -661,7 +661,7 @@ class Plugin:
raise NotImplementedError()
async def launch_platform_client(self) -> None:
"""Override this method to launch platform client.
"""Override this method to launch platform client. Preferably minimized to tray.
This method is called by the GOG Galaxy Client."""
raise NotImplementedError()