mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
remove unused settings
This commit is contained in:
parent
83c6f26439
commit
04bf8d1461
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user