remove unused settings

This commit is contained in:
SrGooglo 2022-12-13 12:06:16 +00:00
parent 83c6f26439
commit 04bf8d1461

View File

@ -18,16 +18,6 @@ export default [
},
"emitEvent": "changeLanguage"
},
{
"id": "forceMobileMode",
"storaged": true,
"group": "general",
"component": "Switch",
"icon": "MdSmartphone",
"title": "Force Mobile Mode",
"description": "Force the application to run in mobile mode.",
"emitEvent": "forceMobileMode"
},
{
"id": "haptic_feedback",
"storaged": true,
@ -102,16 +92,6 @@ export default [
},
"emitEvent": "changeNotificationsSoundVolume"
},
{
"id": "edit_sidebar",
"storaged": true,
"group": "sidebar",
"component": "Button",
"icon": "Edit",
"title": "Edit Sidebar",
"emitEvent": "edit_sidebar",
"noStorage": true
},
{
"id": "collapseOnLooseFocus",
"storaged": true,
@ -167,7 +147,8 @@ export default [
"icon": "MdPhotoCameraBack",
"group": "posts",
"storaged": true,
"emitEvent": "router.forceUpdate"
"emitEvent": "router.forceUpdate",
"disabled": true
},
{
"id": "postCard_expansible_actions",