mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added compactWidth
setting
This commit is contained in:
parent
e426d7a90b
commit
f94720c34b
@ -10,6 +10,7 @@
|
||||
"haptic_feedback": false,
|
||||
"collapseOnLooseFocus": true,
|
||||
"auto_darkMode": false,
|
||||
"compactWidth": false,
|
||||
"language": "en",
|
||||
"sidebarKeys": [
|
||||
"main",
|
||||
|
@ -6,6 +6,16 @@ import { UnsplashBrowser } from "./components"
|
||||
import "./index.less"
|
||||
|
||||
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",
|
||||
"storaged": true,
|
||||
|
@ -22,5 +22,9 @@
|
||||
"account.profile": {
|
||||
"title": "Profile",
|
||||
"icon": "Book"
|
||||
},
|
||||
"layout": {
|
||||
"title": "Layout",
|
||||
"icon": "Layers"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user