MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / resetTheme

Function resetTheme

frontend/src/stores/useAppConfigStore.ts:81–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 };
80
81 const resetTheme = () => (currentTheme.value = AppTheme.LIGHT);
82
83 const initAppTheme = async () => {
84 if (

Callers 1

initAppThemeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected