mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-17 22:33:05 -04:00
Change default receive mode download directory to ~/OnionShare
This commit is contained in:
parent
9c6049c1ca
commit
162a50b217
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user