We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7d24 commit d1b6c38Copy full SHA for d1b6c38
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 = .windowBackgroundColor
234
}
235
resourcesQueue.async {
236
let icon = generateStatusBarIcon(count, color: color)
0 commit comments