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