We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc7d24 commit 174fd0fCopy full SHA for 174fd0f
Telegram-Mac/GlobalBadgeNode.swift
@@ -228,9 +228,7 @@ func forceUpdateStatusBarIconByDockTile(sharedContext: SharedAccountContext) {
228
if let count = Int(NSApplication.shared.dockTile.badgeLabel ?? "0") {
229
var color: NSColor = .black
230
if #available(OSX 10.14, *) {
231
- if systemAppearance.name != .aqua {
232
- color = .white
233
- }
+ color = .labelColor
234
}
235
resourcesQueue.async {
236
let icon = generateStatusBarIcon(count, color: color)
0 commit comments