mirror of
https://github.com/transmission/transmission
synced 2024-12-27 10:07:40 +00:00
Updated turtle icons from macHD.
This commit is contained in:
parent
d196827618
commit
e9ee54b370
3 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ static void sleepCallBack(void * controller, io_service_t y,
|
||||||
|
|
||||||
- (void) updateControlTint: (NSNotification *) notification
|
- (void) updateControlTint: (NSNotification *) notification
|
||||||
{
|
{
|
||||||
if (fSpeedLimitEnabled && [fWindow isKeyWindow])
|
if (fSpeedLimitEnabled)
|
||||||
[fSpeedLimitButton setImage: [NSColor currentControlTint] == NSBlueControlTint
|
[fSpeedLimitButton setImage: [NSColor currentControlTint] == NSBlueControlTint
|
||||||
? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];
|
? fSpeedLimitBlueImage : fSpeedLimitGraphiteImage];
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 526 B |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 536 B |
Loading…
Reference in a new issue