mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Final Fix
This commit is contained in:
parent
90f2d0895e
commit
4cba472cd0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const StatsModule: { default: FunctionComponent<ModalProps>; } = proxyLazy(() =>
|
||||||
return wreq(Number(id));
|
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 () => {
|
const openCustomStatusModalLazy = () => openModalLazy(async () => {
|
||||||
await requireCustomStatusModal();
|
await requireCustomStatusModal();
|
||||||
|
|
Loading…
Reference in a new issue