[darwin] systray basic darkmode implementation

This commit is contained in:
Travis McLane
2023-05-10 09:10:03 -05:00
parent be2d616190
commit 754d0934bf
+4
View File
@@ -134,6 +134,10 @@ func (s *macosSystemTray) setIcon(icon []byte) {
})
}
func (s *macosSystemTray) setDarkModeIcon(icon []byte) {
s.setIcon(icon)
}
func (s *macosSystemTray) setTemplateIcon(icon []byte) {
s.icon = icon
s.isTemplateIcon = true