mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
add a 'New Folder' button to the select download folder dialogue
This commit is contained in:
parent
fbfa8c1896
commit
c7e9f024e0
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
[panel setAllowsMultipleSelection: NO];
|
||||
[panel setCanChooseFiles: NO];
|
||||
[panel setCanChooseDirectories: YES];
|
||||
[panel setCanCreateDirectories: YES];
|
||||
|
||||
[panel setMessage: [NSString stringWithFormat: NSLocalizedString(@"Select the download folder for \"%@\"",
|
||||
"Open torrent -> select destination folder"),
|
||||
|
|
Loading…
Reference in a new issue