Feat : handle settings gracefully

This commit is contained in:
2024-05-24 17:19:31 +02:00
parent 766dc92931
commit 4ea5c25a47
5 changed files with 131 additions and 77 deletions
+1
View File
@@ -10,6 +10,7 @@ export const useSettingsStore = defineStore("settingstore", {
cardStyle: CardStyles.HERON,
shaderQuality: 0,
shaderFramerate: 10,
shaderPixelated: false
}),
actions: {
switchCardStyles() {