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

Function SetWindowSize

internal/core/prefs.go:204–209  ·  view source on GitHub ↗
(width uint, height uint)

Source from the content-addressed store, hash-verified

202}
203
204func SetWindowSize(width uint, height uint) {
205 UserPrefs.WindowWidth = width
206 UserPrefs.WindowHeight = height
207 settings.SetUint("window-width", width)
208 settings.SetUint("window-height", height)
209}

Callers 1

saveSizeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected