mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 07:09:01 +01:00
fix: fixed bug in loading preferences
This commit is contained in:
parent
4230bf8e41
commit
353be75d9c
@ -29,7 +29,7 @@ class PreferencesStore {
|
||||
|
||||
getPreferences() {
|
||||
return {
|
||||
defaultPreferences,
|
||||
...defaultPreferences,
|
||||
...this.store.get('preferences')
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user