fix modified indicator for local settings
This commit is contained in:
parent
8ee71cdfff
commit
b8557bb678
3 changed files with 17 additions and 2 deletions
|
|
@ -322,8 +322,9 @@ export default {
|
|||
switch (this.realSource) {
|
||||
case 'profile':
|
||||
return {}
|
||||
default:
|
||||
return get(useInstanceStore().prefsStorage, this.path)
|
||||
default: {
|
||||
return get(useSyncConfigStore().mergedConfigDefault, this.path)
|
||||
}
|
||||
}
|
||||
},
|
||||
isProfileSetting() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue