Add defaultHotbarPage tweak
This commit is contained in:
parent
2adb616701
commit
6bf72b313a
3 changed files with 44 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue