improve theme

This commit is contained in:
josc146
2024-03-13 15:36:13 +08:00
parent 3a637a973c
commit cd40261de6
4 changed files with 16 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ async function initConfig() {
}).catch(() => {
commonStore.setModelConfigs(commonStore.platform !== 'darwin' ? defaultModelConfigs : defaultModelConfigsMac, true);
});
commonStore.setSettings({}, false); // to activate side effects
}
async function initCache(initUnfinishedModels: boolean) {