mirror of
https://github.com/transmission/transmission
synced 2025-03-16 00:39:34 +00:00
set a better default download location for the web ui
This commit is contained in:
parent
6aad895ce4
commit
c17d8bd156
1 changed files with 1 additions and 2 deletions
|
@ -211,8 +211,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
|
||||
fLib = tr_sessionInitFull(NULL, /* use default config directory (Application Support) */
|
||||
"macosx",
|
||||
#warning update when changing in prefs
|
||||
TR_DEFAULT_CONFIG_DIR, /* download directory set when adding transfers */
|
||||
[@"~/Downloads" stringByExpandingTildeInPath],
|
||||
[fDefaults boolForKey: @"PEXGlobal"],
|
||||
[fDefaults boolForKey: @"NatTraversal"],
|
||||
[fDefaults integerForKey: @"BindPort"],
|
||||
|
|
Loading…
Add table
Reference in a new issue