mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 02:46:22 -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:
|
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…
Add table
Add a link
Reference in a new issue