Add defaultHotbarPage tweak

This commit is contained in:
Oliver 2026-01-16 18:00:25 -07:00
parent 2adb616701
commit 6bf72b313a
3 changed files with 44 additions and 1 deletions

View file

@ -1,8 +1,9 @@
// Settings
// Tweaks
import { addGlobalDocReferrer } from "../tweaks/addGlobalDocReferrer.mjs";
import { autoUnpauseOnLoad } from "../tweaks/autoUnpauseOnLoad.mjs";
import { chatImageLinks } from "../tweaks/chatImageLinks.mjs";
import { chatSidebarBackground } from "../tweaks/chatSidebarBackground.mjs";
import { defaultHotbarPage } from "../tweaks/defaultHotbarPage.mjs";
import { hotbarButtonGap } from "../tweaks/hotbarButtonGap.mjs";
import { hotbarButtonSize } from "../tweaks/hotbarButtonSize.mjs";
import { preventTokenRotation } from "../tweaks/preventTokenRotation.mjs";
@ -40,6 +41,7 @@ Hooks.on(`setup`, () => {
restricted: false,
type: HotbarSettingsMenu,
});
defaultHotbarPage();
hotbarButtonSize();
hotbarButtonGap();
repositionHotbar();