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

Function SetEnableSound

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

Source from the content-addressed store, hash-verified

102}
103
104func SetEnableSound(value bool) {
105 Overrides.Sound = true
106 UserPrefs.EnableSound = value
107 settings.SetBoolean("enable-sound", value)
108}
109
110func SetEnableNotification(value bool) {
111 Overrides.Notify = true

Callers 1

populateTimerGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected