Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Dec 2, 2024
1 parent 3823e0b commit 7fc9cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/userconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const useUserConfigStore = function(...args) {
subscribe('files:config:updated', (params) => {
const userParams = params as { key: string; value: boolean }
userConfigStore.onUpdate(userParams.key, userParams.value)
fixed })
})
userConfigStore.onUpdate('_initialized', true)
}

Expand Down

0 comments on commit 7fc9cf0

Please sign in to comment.