Add shortcut for lazy loading chunks

This commit is contained in:
Nuckyz 2024-06-01 18:39:01 -03:00
parent 78fd37a4c6
commit d8524b087c
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
8 changed files with 191 additions and 162 deletions

View file

@ -18,7 +18,7 @@
import { definePluginSettings, migratePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import definePlugin, { OptionType } from "@utils/types";
import definePlugin, { OptionType, ReporterTestable } from "@utils/types";
import { FluxDispatcher } from "@webpack/common";
const enum Intensity {
@ -46,6 +46,7 @@ export default definePlugin({
name: "PartyMode",
description: "Allows you to use party mode cause the party never ends ✨",
authors: [Devs.UwUDev],
reporterTestable: ReporterTestable.None,
settings,
start() {