Implement the startingSidebarTab setting (closes #3)

This commit is contained in:
Oliver 2025-12-06 23:12:52 -07:00
parent 7340f981db
commit 321a4ab0eb
3 changed files with 62 additions and 0 deletions

View file

@ -12,6 +12,13 @@
"startSidebarExpanded": {
"name": "Start Sidebar Expanded",
"hint": "(v13+) Starts the right-hand sidebar expanded when logging in."
},
"startingSidebarTab": {
"name": "Starting Sidebar Tab",
"hint": "(v13+) Determines what sidebar tab to have selected initially when loading Foundry",
"choices": {
"blank": "No Custom Default Tab"
}
}
}
}