mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
Allow the user to create a new folder when choosing download location.
This commit is contained in:
parent
7396be1229
commit
5046cc4752
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@
|
|||
[panel setAllowsMultipleSelection: NO];
|
||||
[panel setCanChooseFiles: NO];
|
||||
[panel setCanChooseDirectories: YES];
|
||||
[panel setCanCreateDirectories: YES];
|
||||
|
||||
[panel beginSheetForDirectory: nil file: nil types: nil
|
||||
modalForWindow: [self window] modalDelegate: self didEndSelector:
|
||||
|
|
Loading…
Add table
Reference in a new issue