MCPcopy Create free account
hub / github.com/efogdev/mpris-timer / SetLowFPS

Function SetLowFPS

internal/core/prefs.go:143–147  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

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

Callers 1

populateVisualsGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected