chore: Remove unnecessary hotkey

This commit is contained in:
MystiPanda
2024-02-27 11:18:52 +08:00
parent de1924cefc
commit 031c15fd7d
6 changed files with 6 additions and 91 deletions

View File

@@ -18,13 +18,8 @@ const HOTKEY_FUNC = [
"clash_mode_rule",
"clash_mode_global",
"clash_mode_direct",
"clash_mode_script",
"toggle_system_proxy",
"enable_system_proxy",
"disable_system_proxy",
"toggle_tun_mode",
"enable_tun_mode",
"disable_tun_mode",
];
export const HotkeyViewer = forwardRef<DialogRef>((props, ref) => {