This commit is contained in:
Jack 2016-10-19 14:26:19 -04:00
parent 33674f8cc3
commit 8a95c8b7af

View file

@ -22,7 +22,7 @@ elif sys.platform.startswith("win"):
else: else:
platform = LINUX platform = LINUX
default_download_directory = os.path.join(os.path.expanduser("~"), 'Downloads') default_download_directory = os.path.join(os.path.expanduser("~"), 'Downloads')
default_lbryum_dir = os.path.join(os.path.expanduser("~"), ".lbrynet") default_data_dir = os.path.join(os.path.expanduser("~"), ".lbrynet")
default_lbryum_dir = os.path.join(os.path.expanduser("~"), ".lbryum") default_lbryum_dir = os.path.join(os.path.expanduser("~"), ".lbryum")
ADJUSTABLE_SETTINGS = { ADJUSTABLE_SETTINGS = {