Add foundation of the application and templates
This commit is contained in:
parent
a014bb8e6c
commit
60034dcee2
8 changed files with 165 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import { hotbarButtonGap } from "../tweaks/hotbarButtonGap.mjs";
|
|||
import { hotbarButtonSize } from "../tweaks/hotbarButtonSize.mjs";
|
||||
import { preventTokenRotation } from "../tweaks/preventTokenRotation.mjs";
|
||||
import { preventUserConfigOpen } from "../tweaks/preventUserConfigOpen.mjs";
|
||||
import { rearrangeSidebarTabs } from "../tweaks/rearrangeSidebarTabs.mjs";
|
||||
import { repositionHotbar } from "../tweaks/repositionHotbar.mjs";
|
||||
import { startingSidebarTab } from "../tweaks/startingSidebarTab.mjs";
|
||||
import { startSidebarExpanded } from "../tweaks/startSidebarExpanded.mjs";
|
||||
|
|
@ -50,6 +51,7 @@ Hooks.on(`setup`, () => {
|
|||
repositionHotbar();
|
||||
|
||||
customStatusIcons();
|
||||
rearrangeSidebarTabs();
|
||||
chatImageLinks();
|
||||
chatSidebarBackground();
|
||||
startSidebarExpanded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue