Explorar el Código

Enable haptic feedback by default

Ivan Savenko hace 1 año
padre
commit
0d50790088
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",