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,10 +1,12 @@
|
|||
import { __ID } from "../consts.mjs";
|
||||
import { chatSidebarBackground } from "../settings/chatSidebarBackground.mjs";
|
||||
import { preventUserConfigOpen } from "../settings/preventUserConfigOpen.mjs";
|
||||
import { startSidebarExpanded } from "../settings/startSidebarExpanded.mjs";
|
||||
|
||||
Hooks.once(`init`, () => {
|
||||
console.log(`${__ID} | Initializing`);
|
||||
|
||||
startSidebarExpanded.register();
|
||||
chatSidebarBackground.register();
|
||||
preventUserConfigOpen.register();
|
||||
startSidebarExpanded.register();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue