mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
adjust r12688 and remove a log message
This commit is contained in:
@@ -271,13 +271,13 @@
|
||||
[fFileController reloadData];
|
||||
|
||||
if ([fTorrent isChecking])
|
||||
{NSLog(@"start");
|
||||
{
|
||||
const BOOL waiting = [fTorrent isCheckingWaiting];
|
||||
[fVerifyIndicator setIndeterminate: waiting];
|
||||
if (!waiting)
|
||||
if (waiting)
|
||||
[fVerifyIndicator startAnimation: self];
|
||||
else
|
||||
[fVerifyIndicator setDoubleValue: [fTorrent checkingProgress]];
|
||||
|
||||
[fVerifyIndicator startAnimation: self];
|
||||
}
|
||||
else {
|
||||
[fVerifyIndicator setIndeterminate: YES]; //we want to hide when stopped, which only applies when indeterminate
|
||||
|
||||
Reference in New Issue
Block a user