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

Function SetPresets

internal/core/prefs.go:165–168  ·  view source on GitHub ↗
(value []string)

Source from the content-addressed store, hash-verified

163}
164
165func SetPresets(value []string) {
166 UserPrefs.Presets = value
167 settings.SetStrv("presets", value)
168}
169
170func SetDefaultPreset(value string) {
171 UserPrefs.DefaultPreset = value

Callers 2

populatePresetsGroupFunction · 0.92
RenderPresetsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected