mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Add stub save function in ModeSettings
This commit is contained in:
parent
839070f879
commit
4a804d7901
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue