update default settings

This commit is contained in:
srgooglo 2022-03-02 19:25:01 +01:00
parent 89062bd6b0
commit 9d88a9905c

View File

@ -4,12 +4,15 @@
"notifications_vibrate": true, "notifications_vibrate": true,
"notifications_sound_volume": 50, "notifications_sound_volume": 50,
"selection_longPress_timeout": 600, "selection_longPress_timeout": 600,
"autoCollapseDelay": 500,
"autoCollapseDelayEnabled": true,
"haptic_feedback": false, "haptic_feedback": false,
"collapseOnLooseFocus": true, "collapseOnLooseFocus": true,
"language": "es", "language": "en",
"sidebarKeys": [ "sidebarKeys": [
"main", "main",
"explore", "explore",
"users" "saved",
"marketplace"
] ]
} }