Feat : add toggle to disable dragging
This commit is contained in:
@@ -13,6 +13,7 @@ export const useSettingsStore = defineStore("settingstore", {
|
||||
shaderQuality: 3,
|
||||
shaderFramerate: 10,
|
||||
shaderPixelated: true,
|
||||
enableDragging: false,
|
||||
}),
|
||||
actions: {
|
||||
switchCardStyles() {
|
||||
|
||||
Reference in New Issue
Block a user