mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added compactWidth
setting
This commit is contained in:
parent
e426d7a90b
commit
f94720c34b
@ -10,6 +10,7 @@
|
|||||||
"haptic_feedback": false,
|
"haptic_feedback": false,
|
||||||
"collapseOnLooseFocus": true,
|
"collapseOnLooseFocus": true,
|
||||||
"auto_darkMode": false,
|
"auto_darkMode": false,
|
||||||
|
"compactWidth": false,
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"sidebarKeys": [
|
"sidebarKeys": [
|
||||||
"main",
|
"main",
|
||||||
|
@ -6,6 +6,16 @@ import { UnsplashBrowser } from "./components"
|
|||||||
import "./index.less"
|
import "./index.less"
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
|
{
|
||||||
|
"id": "compactWidth",
|
||||||
|
"title": "Compact Width",
|
||||||
|
"description": "Sets the width of the app to a compact width to facilitate the vision of components.",
|
||||||
|
"component": "Switch",
|
||||||
|
"icon": "MdCompress",
|
||||||
|
"group": "layout",
|
||||||
|
"experimental": true,
|
||||||
|
"storaged": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "reduceAnimations",
|
"id": "reduceAnimations",
|
||||||
"storaged": true,
|
"storaged": true,
|
||||||
|
@ -22,5 +22,9 @@
|
|||||||
"account.profile": {
|
"account.profile": {
|
||||||
"title": "Profile",
|
"title": "Profile",
|
||||||
"icon": "Book"
|
"icon": "Book"
|
||||||
|
},
|
||||||
|
"layout": {
|
||||||
|
"title": "Layout",
|
||||||
|
"icon": "Layers"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user