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,13 +1,21 @@
|
|||
// Hooks
|
||||
import "./hooks/init.mjs";
|
||||
import "./hooks/ready.mjs";
|
||||
import "./hooks/renderSidebar.mjs";
|
||||
|
||||
// Settings
|
||||
import { chatSidebarBackground } from "./settings/chatSidebarBackground.mjs";
|
||||
import { preventUserConfigOpen } from "./settings/preventUserConfigOpen.mjs";
|
||||
import { startingSidebarTab } from "./settings/startingSidebarTab.mjs";
|
||||
import { startSidebarExpanded } from "./settings/startSidebarExpanded.mjs";
|
||||
|
||||
Hooks.once(`init`, () => {
|
||||
|
||||
// Sidebar Settings
|
||||
chatSidebarBackground();
|
||||
preventUserConfigOpen();
|
||||
startSidebarExpanded();
|
||||
startingSidebarTab();
|
||||
|
||||
// App Settings
|
||||
preventUserConfigOpen();
|
||||
|
||||
// Dev Settings
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue