From dec59f47dde345ee7268f9928acd1eb187e356f1 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Tue, 20 Aug 2019 13:58:29 +0200 Subject: [PATCH] Add more detials to launch_platform_client method --- src/galaxy/api/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/galaxy/api/plugin.py b/src/galaxy/api/plugin.py index 2b67fea..24a2001 100644 --- a/src/galaxy/api/plugin.py +++ b/src/galaxy/api/plugin.py @@ -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()