Final Fix
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-01-29 09:38:08 -05:00
parent 90f2d0895e
commit 4cba472cd0

View file

@ -80,7 +80,7 @@ const StatsModule: { default: FunctionComponent<ModalProps>; } = proxyLazy(() =>
return wreq(Number(id));
});
const requireCustomStatusModal = extractAndLoadChunksLazy(["action:\"PRESS_ADD_CUSTOM_STATUS\"", ".openModalLazy"]);
const requireCustomStatusModal = extractAndLoadChunksLazy(["action:\"PRESS_ADD_CUSTOM_STATUS\"", /\i\.\i\i\)/]);
const openCustomStatusModalLazy = () => openModalLazy(async () => {
await requireCustomStatusModal();