mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
rename "remove fast resume cache" item and check speed limit only once per minute
This commit is contained in:
parent
305ccf1cd5
commit
c80ff07a06
2 changed files with 1 additions and 1 deletions
|
@ -1745,7 +1745,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
|
||||
//only toggle if within first few seconds of minutes
|
||||
NSCalendarDate * nowDate = [NSCalendarDate calendarDate];
|
||||
if ([nowDate secondOfMinute] < AUTO_SPEED_LIMIT_SECONDS)
|
||||
if ([nowDate secondOfMinute] > AUTO_SPEED_LIMIT_SECONDS)
|
||||
return;
|
||||
|
||||
NSCalendarDate * offDate = [NSCalendarDate dateWithTimeIntervalSinceReferenceDate:
|
||||
|
|
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
Loading…
Reference in a new issue