mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
added sidebar.floating
setting
This commit is contained in:
parent
cb409c707e
commit
d251073249
@ -15,6 +15,7 @@
|
|||||||
"postCard_expansible_actions": true,
|
"postCard_expansible_actions": true,
|
||||||
"feed_max_fetch": 20,
|
"feed_max_fetch": 20,
|
||||||
"style.compactMode": false,
|
"style.compactMode": false,
|
||||||
|
"sidebar.floating": false,
|
||||||
"language": "en",
|
"language": "en",
|
||||||
"sidebarKeys": [
|
"sidebarKeys": [
|
||||||
"home",
|
"home",
|
||||||
|
@ -16,6 +16,16 @@ export default [
|
|||||||
"experimental": true,
|
"experimental": true,
|
||||||
"storaged": 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",
|
"id": "reduceAnimations",
|
||||||
"storaged": true,
|
"storaged": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user