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