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

Function SetShowPresets

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

Source from the content-addressed store, hash-verified

87}
88
89func SetShowPresets(value bool) {
90 UserPrefs.ShowPresets = value
91 settings.SetBoolean("show-presets", value)
92}
93
94func SetPresetsOnRight(value bool) {
95 UserPrefs.PresetsOnRight = value

Callers 1

populateInterfaceGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected