(value bool)
| 97 | } |
| 98 | |
| 99 | func SetStartPresetOnClick(value bool) { |
| 100 | UserPrefs.StartPresetOnClick = value |
| 101 | settings.SetBoolean("start-preset-on-click", value) |
| 102 | } |
| 103 | |
| 104 | func SetEnableSound(value bool) { |
| 105 | Overrides.Sound = true |
no outgoing calls
no test coverage detected