mirror of
https://github.com/transmission/transmission
synced 2025-03-11 22:52:53 +00:00
hide error message in inspector if it is no longer applicable
This commit is contained in:
parent
22d5a4ecf5
commit
82da9ce667
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
|
||||
- (NSString *) errorMessage
|
||||
{
|
||||
[NSString stringWithUTF8String: fStat->errorString];
|
||||
[self isError] ? [NSString stringWithUTF8String: fStat->errorString] : @"";
|
||||
}
|
||||
|
||||
- (BOOL) justFinished
|
||||
|
|
Loading…
Add table
Reference in a new issue