mirror of
https://github.com/munki/munki.git
synced 2026-04-22 20:48:36 -05:00
Another attempt to fix toolbar display issues on Yosemite
This commit is contained in:
+1
-1
@@ -529,7 +529,7 @@ class MSCMainWindowController(NSWindowController):
|
||||
and as an icon badge in the Dock'''
|
||||
updateCount = self.getUpdateCount()
|
||||
btn_image = MSCBadgedTemplateImage.imageNamed_withCount_(
|
||||
'toolbarUpdatesTemplate.pdf', updateCount)
|
||||
'updatesTemplate.pdf', updateCount)
|
||||
self.updateButtonCell.setImage_(btn_image)
|
||||
if updateCount not in [u'★', 0]:
|
||||
NSApp.dockTile().setBadgeLabel_(str(updateCount))
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.3 KiB |
Reference in New Issue
Block a user