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

Function SetDefaultTitle

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

Source from the content-addressed store, hash-verified

173}
174
175func SetDefaultTitle(value string) {
176 Overrides.Title = value
177 UserPrefs.DefaultTitle = value
178 settings.SetString("default-title", value)
179}
180
181func SetSoundFilename(value string) {
182 Overrides.SoundFilename = value

Callers 1

populateInterfaceGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected