mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
reorganize the open window
This commit is contained in:
parent
caa6cf0f0c
commit
d56a7619fa
2 changed files with 460 additions and 457 deletions
|
@ -745,7 +745,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
NSString * torrentPath;
|
||||
tr_info info;
|
||||
NSEnumerator * enumerator = [filenames objectEnumerator];
|
||||
BOOL showWindow = [fDefaults boolForKey: @"DownloadAsk"];
|
||||
BOOL showWindow = ignore || [fDefaults boolForKey: @"DownloadAsk"];
|
||||
while ((torrentPath = [enumerator nextObject]))
|
||||
{
|
||||
NSString * location;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue