mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +00:00
Limit what we're actually storing
This commit is contained in:
parent
d3c5f52408
commit
4f17452b98
|
@ -38,5 +38,6 @@ export const useColorStore = defineStore('colorStore', {
|
||||||
},
|
},
|
||||||
persist: {
|
persist: {
|
||||||
key: STORE_UI_COLORS,
|
key: STORE_UI_COLORS,
|
||||||
|
paths: ['colorPreference'],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user