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

Function SetDefaultText

internal/core/prefs.go:192–196  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

190}
191
192func SetDefaultText(value string) {
193 Overrides.Text = value
194 UserPrefs.DefaultText = value
195 settings.SetString("default-text", value)
196}
197
198func SetVolume(value float64) {
199 Overrides.Volume = value

Callers 1

populateTimerGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected