mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
add a 'New Folder' button to the select download folder dialogue
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user