Update the startSidebarExpanded setting to bring it inline with the rest of the settings
This commit is contained in:
parent
f40d9f9381
commit
9875d49181
5 changed files with 36 additions and 42 deletions
|
|
@ -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`);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue