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

Function SetPresetsOnRight

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

Source from the content-addressed store, hash-verified

92}
93
94func SetPresetsOnRight(value bool) {
95 UserPrefs.PresetsOnRight = value
96 settings.SetBoolean("presets-on-right", value)
97}
98
99func SetStartPresetOnClick(value bool) {
100 UserPrefs.StartPresetOnClick = value

Callers 1

populateInterfaceGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected