Add stub save function in ModeSettings

This commit is contained in:
Micah Lee 2019-11-02 19:12:06 -07:00
parent 1286dfa2f9
commit 69bd165278
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -72,3 +72,7 @@ class ModeSettings:
else:
# All other OSes
return os.path.expanduser("~/OnionShare")
def save(self):
# TODO: save settings, if persistent
pass