16 lines
605 B
Plaintext
16 lines
605 B
Plaintext
{
|
|
// Fade the background slightly gray when hovering over an advancement
|
|
"FadeOutBackgroundOnAdvancementHover": true,
|
|
// List of pinned Tabs (root advancement identifier)
|
|
"PinnedTabs": [],
|
|
// Save and restore the last selected tab
|
|
"SaveLastSelectedTab": true,
|
|
// The identifier of the last opened tab
|
|
"LastSelectedTab": "bwplus:root",
|
|
// Spacing between horizontal tabs (vanilla default: 4)
|
|
"SpacingBetweenHorizontalTabs": 4,
|
|
// Spacing between pinned tabs
|
|
"SpacingBetweenPinnedTabs": 2,
|
|
// Always Show Debug Info (default: only when advanced tooltips enabled)
|
|
"AlwaysShowDebugInfo": false
|
|
} |