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
|
|
@ -2,11 +2,12 @@
|
|||
import "./hooks/init.mjs";
|
||||
import "./hooks/ready.mjs";
|
||||
import "./hooks/renderSidebar.mjs";
|
||||
import "./hooks/renderUserConfig.mjs";
|
||||
import { chatSidebarBackground } from "./settings/chatSidebarBackground.mjs";
|
||||
import { preventUserConfigOpen } from "./settings/preventUserConfigOpen.mjs";
|
||||
import { startingSidebarTab } from "./settings/startingSidebarTab.mjs";
|
||||
|
||||
Hooks.once(`init`, () => {
|
||||
chatSidebarBackground();
|
||||
preventUserConfigOpen();
|
||||
startingSidebarTab();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue