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

Function SetEnableNotification

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

Source from the content-addressed store, hash-verified

108}
109
110func SetEnableNotification(value bool) {
111 Overrides.Notify = true
112 UserPrefs.ShouldNotify = value
113 settings.SetBoolean("enable-notification", value)
114}
115
116func SetActivatePreset(value bool) {
117 UserPrefs.ActivatePreset = value

Callers 1

populateTimerGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected