(value bool)
| 130 | } |
| 131 | |
| 132 | func SetRounded(value bool) { |
| 133 | Overrides.Rounded = value |
| 134 | UserPrefs.Rounded = value |
| 135 | settings.SetBoolean("rounded", value) |
| 136 | } |
| 137 | |
| 138 | func SetShowTitle(value bool) { |
| 139 | UserPrefs.ShowTitle = value |
no outgoing calls
no test coverage detected