From 162a50b217b62cc2c976c6e343f217b76104df4b Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 6 Mar 2018 05:25:49 -0800 Subject: [PATCH] Change default receive mode download directory to ~/OnionShare --- onionshare/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare/settings.py b/onionshare/settings.py index 5ec2d2ae..9b61beaf 100644 --- a/onionshare/settings.py +++ b/onionshare/settings.py @@ -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): """