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

Function SetVolume

internal/core/prefs.go:198–202  ·  view source on GitHub ↗
(value float64)

Source from the content-addressed store, hash-verified

196}
197
198func SetVolume(value float64) {
199 Overrides.Volume = value
200 UserPrefs.Volume = value
201 settings.SetDouble("volume", value)
202}
203
204func SetWindowSize(width uint, height uint) {
205 UserPrefs.WindowWidth = width

Callers 1

populateTimerGroupFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected