mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 12:49:03 +00:00
chore: remove draggable tabs toggle (now enabled by default in vanilla)
This commit is contained in:
parent
b910f82acf
commit
23ea8c1c55
@ -17,11 +17,7 @@ const getPreference = (key) => {
|
|||||||
|
|
||||||
module.exports = async ({}, db) => {
|
module.exports = async ({}, db) => {
|
||||||
const toggleWindowHotkey = await db.get("toggleWindowHotkey"),
|
const toggleWindowHotkey = await db.get("toggleWindowHotkey"),
|
||||||
developerMode = await db.get("developerMode"),
|
developerMode = await db.get("developerMode");
|
||||||
draggableTabs = await db.get("draggableTabs");
|
|
||||||
|
|
||||||
// experimental: enable tab reordering from notion's hidden preferences
|
|
||||||
setPreference("isDraggableTabsEnabled", draggableTabs);
|
|
||||||
|
|
||||||
// enable developer mode, access extra debug tools
|
// enable developer mode, access extra debug tools
|
||||||
Object.assign((globalThis.__notionConfig ??= {}), {
|
Object.assign((globalThis.__notionConfig ??= {}), {
|
||||||
|
@ -56,14 +56,6 @@
|
|||||||
"description": "Pops the side panel out to preview its content when hovering near the right edge of the window, in the same way that Notion's left-hand sidebar will slide out on hover. Disable this if you prefer to view the panel only by pinning it.",
|
"description": "Pops the side panel out to preview its content when hovering near the right edge of the window, in the same way that Notion's left-hand sidebar will slide out on hover. Disable this if you prefer to view the panel only by pinning it.",
|
||||||
"value": true
|
"value": true
|
||||||
},
|
},
|
||||||
{ "type": "heading", "label": "Experimental" },
|
|
||||||
{
|
|
||||||
"type": "toggle",
|
|
||||||
"key": "draggableTabs",
|
|
||||||
"description": "Enables reordering tabs within the Notion app via drag and drop.",
|
|
||||||
"platforms": ["linux", "win32", "darwin"],
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "heading",
|
"type": "heading",
|
||||||
"label": "Advanced",
|
"label": "Advanced",
|
||||||
|
Loading…
Reference in New Issue
Block a user