(value bool)
| 136 | } |
| 137 | |
| 138 | func SetShowTitle(value bool) { |
| 139 | UserPrefs.ShowTitle = value |
| 140 | settings.SetBoolean("show-title", value) |
| 141 | } |
| 142 | |
| 143 | func SetLowFPS(value bool) { |
| 144 | Overrides.LowFPS = value |
no outgoing calls
no test coverage detected