Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ setLogoImage
Function
setLogoImage
frontend/src/stores/useAppConfigStore.ts:118–122 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
116
};
117
118
const
setLogoImage = (url: string) => {
119
if
(url) {
120
appConfig.logoImage = url;
121
}
122
};
123
124
watch(isPreferredDark, () => {
125
if
(currentTheme.value === AppTheme.AUTO) {
Callers
1
useAppConfigStore.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected