mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 08:19:28 -05:00
Add stub save function in ModeSettings
This commit is contained in:
parent
1286dfa2f9
commit
69bd165278
@ -72,3 +72,7 @@ class ModeSettings:
|
||||
else:
|
||||
# All other OSes
|
||||
return os.path.expanduser("~/OnionShare")
|
||||
|
||||
def save(self):
|
||||
# TODO: save settings, if persistent
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user