fix: fixed bug in loading preferences

This commit is contained in:
Anoop M D 2023-10-16 00:45:54 +05:30
parent 4230bf8e41
commit 353be75d9c

View File

@ -29,7 +29,7 @@ class PreferencesStore {
getPreferences() { getPreferences() {
return { return {
defaultPreferences, ...defaultPreferences,
...this.store.get('preferences') ...this.store.get('preferences')
}; };
} }