Update the startSidebarExpanded setting to bring it inline with the rest of the settings

This commit is contained in:
Oliver 2025-12-06 23:30:12 -07:00
parent f40d9f9381
commit 9875d49181
5 changed files with 36 additions and 42 deletions

View file

@ -1,7 +0,0 @@
import { __ID } from "../consts.mjs";
import { startSidebarExpanded } from "../settings/startSidebarExpanded.mjs";
Hooks.once(`init`, () => {
console.log(`${__ID} | Initializing`);
startSidebarExpanded.register();
});