mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +00:00
update findbycode query
This commit is contained in:
parent
13927ee08e
commit
807ccb4a5f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { keybindCallbacks } from "renderer";
|
||||||
|
|
||||||
import { addPatch } from "./shared";
|
import { addPatch } from "./shared";
|
||||||
import { ErrorCard } from "@vencord/types/components";
|
import { ErrorCard } from "@vencord/types/components";
|
||||||
const toShortcutString = findByCodeLazy('return"gamepad".');
|
const toShortcutString = findByCodeLazy('.MOUSE_BUTTON?"mouse".concat(');
|
||||||
const actionReadableNames: { [key: string]: string } = {
|
const actionReadableNames: { [key: string]: string } = {
|
||||||
PUSH_TO_TALK: "Push To Talk",
|
PUSH_TO_TALK: "Push To Talk",
|
||||||
PUSH_TO_TALK_PRIORITY: "Push To Talk (Priority)",
|
PUSH_TO_TALK_PRIORITY: "Push To Talk (Priority)",
|
||||||
|
|
Loading…
Add table
Reference in a new issue