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,5 +1,6 @@
import { __ID } from "../consts.mjs";
import { Logger } from "../utils/Logger.mjs";
Hooks.once(`ready`, () => {
console.log(`${__ID} | Ready`);
Logger.log(`Ready`);
});