Add a way to hide the prose-mirror menu from chat sidebar (closes #38)
This commit is contained in:
parent
3edb67b2de
commit
594c5d03d0
5 changed files with 61 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import { chatImageLinks } from "../tweaks/chatImageLinks.mjs";
|
|||
import { chatSidebarBackground } from "../tweaks/chatSidebarBackground.mjs";
|
||||
import { customStatusIcons } from "../tweaks/customStatusIcons.mjs";
|
||||
import { defaultHotbarPage } from "../tweaks/defaultHotbarPage.mjs";
|
||||
import { hideProseMirrorChatMenu } from "../tweaks/hideProseMirrorChatMenu.mjs";
|
||||
import { hotbarButtonGap } from "../tweaks/hotbarButtonGap.mjs";
|
||||
import { hotbarButtonSize } from "../tweaks/hotbarButtonSize.mjs";
|
||||
import { preventTokenRotation } from "../tweaks/preventTokenRotation.mjs";
|
||||
|
|
@ -52,8 +53,10 @@ Hooks.on(`setup`, () => {
|
|||
|
||||
customStatusIcons();
|
||||
rearrangeSidebarTabs();
|
||||
|
||||
chatImageLinks();
|
||||
chatSidebarBackground();
|
||||
hideProseMirrorChatMenu();
|
||||
startSidebarExpanded();
|
||||
startingSidebarTab();
|
||||
preventTokenRotation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue