mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
Change default receive mode download directory to ~/OnionShare
This commit is contained in:
parent
5d42e76eb8
commit
e980bc153b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class Settings(object):
|
||||||
"""
|
"""
|
||||||
# TODO: Test in Windows, though it looks like it should work
|
# TODO: Test in Windows, though it looks like it should work
|
||||||
# https://docs.python.org/3/library/os.path.html#os.path.expanduser
|
# 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):
|
def load(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue