Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efogdev/mpris-timer
/ saveSize
Function
saveSize
internal/ui/ui.go:459–463 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
457
}
458
459
func
saveSize() {
460
if
core.UserPrefs.RememberWinSize {
461
core.SetWindowSize(uint(win.Width()), uint(win.Height()))
462
}
463
}
Callers
3
NewTimePicker
Function · 0.85
NewSidebar
Function · 0.85
NewContent
Function · 0.85
Calls
1
SetWindowSize
Function · 0.92
Tested by
no test coverage detected