mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added sidebar.floating
setting
This commit is contained in:
parent
cb409c707e
commit
d251073249
@ -15,6 +15,7 @@
|
||||
"postCard_expansible_actions": true,
|
||||
"feed_max_fetch": 20,
|
||||
"style.compactMode": false,
|
||||
"sidebar.floating": false,
|
||||
"language": "en",
|
||||
"sidebarKeys": [
|
||||
"home",
|
||||
|
@ -16,6 +16,16 @@ export default [
|
||||
"experimental": true,
|
||||
"storaged": true
|
||||
},
|
||||
{
|
||||
"id": "sidebar.floating",
|
||||
"title": "Floating Sidebar",
|
||||
"description": "Make the sidebar floats over layout content.",
|
||||
"component": "Switch",
|
||||
"icon": "MdOutlineLastPage",
|
||||
"group": "layout",
|
||||
"emitEvent": "layout.forceUpdate",
|
||||
"storaged": true
|
||||
},
|
||||
{
|
||||
"id": "reduceAnimations",
|
||||
"storaged": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user