Adds tweak to add a global apps reference (closes #36)
This commit is contained in:
parent
07121397f8
commit
bb670d7795
3 changed files with 46 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Tweaks
|
||||
import { addGlobalAppsReference } from "../tweaks/addGlobalAppsReference.mjs";
|
||||
import { addGlobalDocReferrer } from "../tweaks/addGlobalDocReferrer.mjs";
|
||||
import { autoUnpauseOnLoad } from "../tweaks/autoUnpauseOnLoad.mjs";
|
||||
import { chatImageLinks } from "../tweaks/chatImageLinks.mjs";
|
||||
|
|
@ -31,6 +32,7 @@ Hooks.on(`setup`, () => {
|
|||
restricted: false,
|
||||
type: DevSettingsMenu,
|
||||
});
|
||||
addGlobalAppsReference();
|
||||
addGlobalDocReferrer();
|
||||
autoUnpauseOnLoad();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue