Add stub save function in ModeSettings

This commit is contained in:
Micah Lee 2019-11-02 19:12:06 -07:00
parent 839070f879
commit 4a804d7901

View File

@ -72,3 +72,7 @@ class ModeSettings:
else:
# All other OSes
return os.path.expanduser("~/OnionShare")
def save(self):
# TODO: save settings, if persistent
pass