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

Function SetRounded

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

Source from the content-addressed store, hash-verified

130}
131
132func SetRounded(value bool) {
133 Overrides.Rounded = value
134 UserPrefs.Rounded = value
135 settings.SetBoolean("rounded", value)
136}
137
138func SetShowTitle(value bool) {
139 UserPrefs.ShowTitle = value

Callers 1

populateVisualsGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected