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

Function SetShowTitle

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

Source from the content-addressed store, hash-verified

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

Callers 1

populateInterfaceGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected