jpegjames / glukey

Mac OS X status bar app for graphing real-time glucose results for diabetics using Continuous Glucose Monitoring (CGM) from Dexcom (more to come)
MIT License
13 stars 3 forks source link

Trend arrow not visible in Dark UI #1

Closed jpegjames closed 6 years ago

jpegjames commented 6 years ago
screen shot 2018-02-05 at 11 08 42 pm screen shot 2018-02-05 at 11 07 52 pm
jpegjames commented 6 years ago

This should work, but causes other issues

// true should allow the arrow to invert but does not but it negatively affects the Glukey icon
iconBase?.isTemplate = true 
jpegjames commented 6 years ago

Possibly this could change to include a toggle for light or dark icon:

self.statusItem.image = NSImage(named: "\(Constants.statusIconBase)\(current_data["Trend"]!)")
jpegjames commented 6 years ago

Fixed with cd19e3010a900304fdea5ad849b665898a0a53d1