1
0
Fork 0
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:
Mitchell Livingston 2006-06-26 05:08:19 +00:00
parent 7396be1229
commit 5046cc4752

View file

@ -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: