diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-12-31 22:00:38 -0500 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-12-31 22:00:38 -0500 |
| commit | d762860eac1d2ee0d12fc84879b2097d368d6159 (patch) | |
| tree | dbf53fd699651e829cbd1fbf3dd8227568c09d8d /frontend | |
| parent | fdbc508fa8cb9ad3629486cacc1c92abb2500794 (diff) | |
| download | decky-loader-d762860eac1d2ee0d12fc84879b2097d368d6159.tar.gz decky-loader-d762860eac1d2ee0d12fc84879b2097d368d6159.zip | |
missed this
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/menu-hook.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/menu-hook.tsx b/frontend/src/menu-hook.tsx index d4bc5410..5a3ffde5 100644 --- a/frontend/src/menu-hook.tsx +++ b/frontend/src/menu-hook.tsx @@ -98,7 +98,7 @@ class MenuHook extends Logger { if (patchedInnerMenu) { childArray[0].type = patchedInnerMenu; } else { - afterPatch(childArray[0], 'type', (menuArgs, ret) => { + afterPatch(childArray[0], 'type', (_, ret) => { const { itemPatches, items } = useDeckyMenuState(); const itemList = ret.props.children; |
