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