added sidebar.floating setting

This commit is contained in:
SrGooglo 2022-11-19 04:56:13 +00:00
parent 88d515dd76
commit d6e19410d0
2 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"postCard_expansible_actions": true,
"feed_max_fetch": 20,
"style.compactMode": false,
"sidebar.floating": false,
"language": "en",
"sidebarKeys": [
"home",

View File

@ -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,