Change default receive mode download directory to ~/OnionShare

This commit is contained in:
Micah Lee 2018-03-06 05:25:49 -08:00
parent 5d42e76eb8
commit e980bc153b
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -104,7 +104,7 @@ class Settings(object):
"""
# TODO: Test in Windows, though it looks like it should work
# https://docs.python.org/3/library/os.path.html#os.path.expanduser
return os.path.expanduser('~/Downloads')
return os.path.expanduser('~/OnionShare')
def load(self):
"""