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

Function SetShadow

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

Source from the content-addressed store, hash-verified

124}
125
126func SetShadow(value bool) {
127 Overrides.HasShadow = value
128 UserPrefs.Shadow = value
129 settings.SetBoolean("shadow", value)
130}
131
132func SetRounded(value bool) {
133 Overrides.Rounded = value

Callers 1

populateVisualsGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected