mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
remove unused settings
This commit is contained in:
parent
83c6f26439
commit
04bf8d1461
@ -18,16 +18,6 @@ export default [
|
|||||||
},
|
},
|
||||||
"emitEvent": "changeLanguage"
|
"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",
|
"id": "haptic_feedback",
|
||||||
"storaged": true,
|
"storaged": true,
|
||||||
@ -102,16 +92,6 @@ export default [
|
|||||||
},
|
},
|
||||||
"emitEvent": "changeNotificationsSoundVolume"
|
"emitEvent": "changeNotificationsSoundVolume"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "edit_sidebar",
|
|
||||||
"storaged": true,
|
|
||||||
"group": "sidebar",
|
|
||||||
"component": "Button",
|
|
||||||
"icon": "Edit",
|
|
||||||
"title": "Edit Sidebar",
|
|
||||||
"emitEvent": "edit_sidebar",
|
|
||||||
"noStorage": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "collapseOnLooseFocus",
|
"id": "collapseOnLooseFocus",
|
||||||
"storaged": true,
|
"storaged": true,
|
||||||
@ -167,7 +147,8 @@ export default [
|
|||||||
"icon": "MdPhotoCameraBack",
|
"icon": "MdPhotoCameraBack",
|
||||||
"group": "posts",
|
"group": "posts",
|
||||||
"storaged": true,
|
"storaged": true,
|
||||||
"emitEvent": "router.forceUpdate"
|
"emitEvent": "router.forceUpdate",
|
||||||
|
"disabled": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "postCard_expansible_actions",
|
"id": "postCard_expansible_actions",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user