From 4a804d79017381d26e26fc03be5591a12ff99c27 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sat, 2 Nov 2019 19:12:06 -0700 Subject: [PATCH] Add stub save function in ModeSettings --- onionshare/mode_settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/onionshare/mode_settings.py b/onionshare/mode_settings.py index 9caf6345..2eab8f6e 100644 --- a/onionshare/mode_settings.py +++ b/onionshare/mode_settings.py @@ -72,3 +72,7 @@ class ModeSettings: else: # All other OSes return os.path.expanduser("~/OnionShare") + + def save(self): + # TODO: save settings, if persistent + pass