Limit what we're actually storing

This commit is contained in:
Matthias 2023-10-18 19:59:50 +02:00
parent d3c5f52408
commit 4f17452b98

View File

@ -38,5 +38,6 @@ export const useColorStore = defineStore('colorStore', {
},
persist: {
key: STORE_UI_COLORS,
paths: ['colorPreference'],
},
});