Restore UI configuration entry
This commit is contained in:
@@ -71,7 +71,7 @@ export function mergePreferencesConfig(
|
||||
current: PreferencesConfig,
|
||||
updates: PreferencesConfig,
|
||||
): PreferencesConfig {
|
||||
return merge({}, updates, current) as PreferencesConfig;
|
||||
return merge({}, current, updates) as PreferencesConfig;
|
||||
}
|
||||
|
||||
// ============ 前端偏好配置API ============
|
||||
|
||||
Reference in New Issue
Block a user