diff cagou/core/platform_/base.py @ 372:1481f09c9175

settings (android): don't expose autoconnect parameters: autoconnection parameters are used on Android to reconnect automatically any profile connected, so we use the new `extra` parameter to ignore them, avoiding an accidental change by the user which would be confusing.
author Goffi <goffi@goffi.org>
date Mon, 27 Jan 2020 21:17:08 +0100
parents 1a12bbd80943
children 9ef01266e3fe
line wrap: on
line diff
--- a/cagou/core/platform_/base.py	Mon Jan 27 21:17:08 2020 +0100
+++ b/cagou/core/platform_/base.py	Mon Jan 27 21:17:08 2020 +0100
@@ -69,6 +69,9 @@
         share_widget.close()
         return True
 
+    def updateParamsExtra(self, extra):
+        pass
+
     def open_url(self, url, wid=None):
         """Open an URL in the way appropriate for the platform