This commit is contained in:
dap
2024-09-26 14:37:22 +08:00
13 changed files with 530 additions and 324 deletions

View File

@@ -172,7 +172,7 @@ class PreferenceManager {
const mergedPreference = merge(
{},
// overrides,
this.loadCachedPreferences() || defaultPreferences,
this.loadCachedPreferences() || {},
this.initialPreferences,
);