From 8f19d41d4c0859a8c2d21537c2d1ddf5a35c1925 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 9 Apr 2023 01:20:35 +0200 Subject: [PATCH] Not infuriating at all --- src/shared/IpcEvents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/IpcEvents.ts b/src/shared/IpcEvents.ts index b87a5fa..6fb7f98 100644 --- a/src/shared/IpcEvents.ts +++ b/src/shared/IpcEvents.ts @@ -3,7 +3,7 @@ export const GET_RENDERER_SCRIPT = "VCD_GET_RENDERER_SCRIPT"; export const GET_RENDERER_STYLES = "VCD_GET_RENDERER_STYLES"; export const RELAUNCH = "VCD_RELAUNCH"; -export const FOCUS = "VC_FOCUS"; +export const FOCUS = "VCD_FOCUS"; export const SHOW_ITEM_IN_FOLDER = "VCD_SHOW_ITEM_IN_FOLDER"; export const GET_SETTINGS = "VCD_GET_SETTINGS";