mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-23 15:19: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() {
|
getPreferences() {
|
||||||
return {
|
return {
|
||||||
defaultPreferences,
|
...defaultPreferences,
|
||||||
...this.store.get('preferences')
|
...this.store.get('preferences')
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user