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

Function SetStartPresetOnClick

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

Source from the content-addressed store, hash-verified

97}
98
99func SetStartPresetOnClick(value bool) {
100 UserPrefs.StartPresetOnClick = value
101 settings.SetBoolean("start-preset-on-click", value)
102}
103
104func SetEnableSound(value bool) {
105 Overrides.Sound = true

Callers 1

populatePresetsGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected