Bring the preventUserConfigOpen into line with the rest of the setting implementations that I like more
This commit is contained in:
parent
8ca82c2cc1
commit
f40d9f9381
6 changed files with 27 additions and 34 deletions
|
|
@ -4,7 +4,7 @@ import { Logger } from "../utils/Logger.mjs";
|
|||
const key = `startingSidebarTab`;
|
||||
|
||||
export function startingSidebarTab() {
|
||||
Logger.log(`Registering ${key} setting`);
|
||||
Logger.log(`Registering setting: ${key}`);
|
||||
|
||||
// #region Registration
|
||||
game.settings.register(__ID, key, {
|
||||
|
|
@ -49,4 +49,3 @@ export function startingSidebarTab() {
|
|||
});
|
||||
// #endregion Implementation
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue