MCPcopy Create free account
hub / github.com/efogdev/mpris-timer / SetForceTrayIcon

Function SetForceTrayIcon

internal/core/prefs.go:149–153  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

147}
148
149func SetForceTrayIcon(value bool) {
150 Overrides.ForceTrayIcon = value
151 UserPrefs.ForceTrayIcon = value
152 settings.SetBoolean("force-tray-icon", value)
153}
154
155func SetProgressColor(value string) {
156 if !regexp.MustCompile(`^#([0-9A-Fa-f]{3}|[0-9A-Fa-f]{6})$`).MatchString(value) {

Callers 1

populateInterfaceGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected