Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ LoadPreferredTheme
Method
LoadPreferredTheme
libraries/lib-theme/Theme.cpp:162–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool ThemeBase::LoadPreferredTheme()
163
{
164
Identifier theme = GUITheme().Read();
165
theTheme.LoadTheme( theme );
166
return true;
167
}
168
169
void Theme::RegisterImagesAndColours()
170
{
Callers
4
OnInit
Method · 0.80
Commit
Method · 0.80
Cancel
Method · 0.80
Commit
Method · 0.80
Calls
2
LoadTheme
Method · 0.80
Read
Method · 0.45
Tested by
no test coverage detected