Add hotbar settings (reposition, button size/gap)
This commit is contained in:
parent
4dc7b8541f
commit
27c5fccba0
9 changed files with 177 additions and 8 deletions
|
|
@ -1,18 +1,18 @@
|
|||
// Settings
|
||||
import { chatSidebarBackground } from "./settings/chatSidebarBackground.mjs";
|
||||
import { hotbarButtonGap } from "./settings/hotbarButtonGap.mjs";
|
||||
import { hotbarButtonSize } from "./settings/hotbarButtonSize.mjs";
|
||||
import { preventUserConfigOpen } from "./settings/preventUserConfigOpen.mjs";
|
||||
import { repositionHotbar } from "./settings/repositionHotbar.mjs";
|
||||
import { startingSidebarTab } from "./settings/startingSidebarTab.mjs";
|
||||
import { startSidebarExpanded } from "./settings/startSidebarExpanded.mjs";
|
||||
|
||||
Hooks.once(`init`, () => {
|
||||
|
||||
// Sidebar Settings
|
||||
Hooks.on(`init`, () => {
|
||||
chatSidebarBackground();
|
||||
startSidebarExpanded();
|
||||
startingSidebarTab();
|
||||
|
||||
// App Settings
|
||||
hotbarButtonSize();
|
||||
hotbarButtonGap();
|
||||
repositionHotbar();
|
||||
preventUserConfigOpen();
|
||||
|
||||
// Dev Settings
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue