Browse Source

Enable haptic feedback by default

Ivan Savenko 1 year ago
parent
commit
0d50790088
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/schemas/settings.json

+ 1 - 1
config/schemas/settings.json

@@ -116,7 +116,7 @@
 				},
 				"hapticFeedback" : {
 					"type" : "boolean",
-					"default" : false
+					"default" : true
 				},
 				"autosaveCountLimit" : {
 					"type" : "number",