update default settings

This commit is contained in:
SrGooglo 2023-02-24 14:24:57 +00:00
parent d850b04f92
commit a136a69a5a

View File

@ -1,5 +1,5 @@
{ {
"themeVariant": "light", "themeVariant": "dark",
"forceMobileMode": false, "forceMobileMode": false,
"notifications_sound": true, "notifications_sound": true,
"notifications_vibrate": true, "notifications_vibrate": true,
@ -9,12 +9,12 @@
"autoCollapseDelayEnabled": true, "autoCollapseDelayEnabled": true,
"haptic_feedback": false, "haptic_feedback": false,
"collapseOnLooseFocus": true, "collapseOnLooseFocus": true,
"auto_darkMode": false, "auto_darkMode": true,
"compactWidth": false, "compactWidth": false,
"postCard_carrusel_auto": true, "postCard_carrusel_auto": true,
"postCard_expansible_actions": true, "postCard_expansible_actions": true,
"feed_max_fetch": 20, "feed_max_fetch": 20,
"style.compactMode": false, "style.compactMode": false,
"sidebar.floating": false, "sidebar.floating": true,
"language": "en" "language": "en"
} }