mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
revert dock badging to before 2287
This commit is contained in:
parent
05c82e2a40
commit
08cf33e10e
1 changed files with 3 additions and 2 deletions
|
@ -173,8 +173,9 @@
|
|||
//update dock badge
|
||||
if (baseChange || fSpeedBadge || speedChange)
|
||||
{
|
||||
[NSApp setApplicationIconImage: dockIcon];
|
||||
[dockIcon release];
|
||||
[NSApp setApplicationIconImage: dockIcon ? dockIcon : fDockIcon];
|
||||
if (dockIcon)
|
||||
[dockIcon release];
|
||||
|
||||
fSpeedBadge = speedChange;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue