mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
revert dock badging to before 2287
This commit is contained in:
+3
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user