mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-15 21:33:06 -04:00
Add stub save function in ModeSettings
This commit is contained in:
parent
839070f879
commit
4a804d7901
@ -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…
x
Reference in New Issue
Block a user