loadlazychunks without dev

This commit is contained in:
thororen1234 2024-07-25 21:54:59 -04:00
parent cdba643226
commit 1905ea04fb
3 changed files with 25 additions and 27 deletions

View file

@ -94,14 +94,12 @@ export default definePlugin({
start() {
document.addEventListener("keydown", this.event);
if (IS_DEV) {
registerAction({
id: "openDevSettings",
label: "Open Dev tab",
callback: () => SettingsRouter.open("SuncordPatchHelper"),
registrar: "Suncord"
});
}
registerAction({
id: "openDevSettings",
label: "Open Dev tab",
callback: () => SettingsRouter.open("EquicordPatchHelper"),
registrar: "Equicord"
});
},
stop() {