Add setting to prevent the UserConfig from opening on loading Foundry (closes #9)
This commit is contained in:
parent
c626c981aa
commit
857aca3423
5 changed files with 46 additions and 5 deletions
|
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"OFT": {
|
||||
"setting": {
|
||||
"startSidebarExpanded": {
|
||||
"name": "Start Sidebar Expanded",
|
||||
"hint": "(v13+) Starts the right-hand sidebar expanded when logging in."
|
||||
},
|
||||
"chatSidebarBackground": {
|
||||
"name": "Chat Background",
|
||||
"hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar."
|
||||
},
|
||||
"preventUserConfigOpen": {
|
||||
"name": "Prevent Auto User Config",
|
||||
"hint": "(v13+) Prevents Foundry from opening the User Configuration when a player loads into the world."
|
||||
},
|
||||
"startSidebarExpanded": {
|
||||
"name": "Start Sidebar Expanded",
|
||||
"hint": "(v13+) Starts the right-hand sidebar expanded when logging in."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue