mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
adjust r12688 and remove a log message
This commit is contained in:
parent
256ba78e88
commit
a1eab5b3ff
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue