(value bool)
| 141 | } |
| 142 | |
| 143 | func SetLowFPS(value bool) { |
| 144 | Overrides.LowFPS = value |
| 145 | UserPrefs.LowFPS = value |
| 146 | settings.SetBoolean("low-fps", value) |
| 147 | } |
| 148 | |
| 149 | func SetForceTrayIcon(value bool) { |
| 150 | Overrides.ForceTrayIcon = value |
no outgoing calls
no test coverage detected