Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ refreshThemes
Function
refreshThemes
gui.go:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
refreshThemes() {
93
globals.MenuSystem.Recreate()
94
globals.Project.CreateGridTexture()
95
globals.Project.SendMessage(NewMessage(MessageThemeChange, nil, nil))
96
}
97
98
func
loadThemes() {
99
Callers
1
ConstructMenus
Function · 0.85
Calls
4
NewMessage
Function · 0.85
CreateGridTexture
Method · 0.80
Recreate
Method · 0.45
SendMessage
Method · 0.45
Tested by
no test coverage detected