mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
remove option to save a private torrent copy...just do it automatically
This commit is contained in:
@@ -359,12 +359,6 @@
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"GlobalStartSettingChange" object: self];
|
||||
}
|
||||
|
||||
- (void) setCopyTorrents: (id) sender
|
||||
{
|
||||
if (![fDefaults boolForKey: @"SavePrivateTorrent"])
|
||||
[fDefaults setBool: NO forKey: @"DeleteOriginalTorrent"];
|
||||
}
|
||||
|
||||
- (void) setDownloadLocation: (id) sender
|
||||
{
|
||||
//download folder
|
||||
|
||||
Reference in New Issue
Block a user