From 4fd335b68c16237b923a8490744639895b932cd1 Mon Sep 17 00:00:00 2001 From: Tuxinal <24763016+tuxinal@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:22:51 +0330 Subject: [PATCH] update patch --- src/renderer/patches/keybinds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/patches/keybinds.ts b/src/renderer/patches/keybinds.ts index 6ba1f90..e352043 100644 --- a/src/renderer/patches/keybinds.ts +++ b/src/renderer/patches/keybinds.ts @@ -13,7 +13,7 @@ const { toString } = findByPropsLazy("keyToCode"); addPatch({ patches: [ { - find: ".default.Messages.KEYBINDS,children:", + find: "keybindActionTypes", replacement: [ { // eslint-disable-next-line no-useless-escape