From 99a74cf328a864d395bec0b52bd09427433d7aea Mon Sep 17 00:00:00 2001 From: Oleh Polisan Date: Tue, 11 Feb 2025 17:56:38 +0200 Subject: [PATCH] prettier fixes --- src/preload/VesktopNative.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preload/VesktopNative.ts b/src/preload/VesktopNative.ts index 496b4d7..58a093c 100644 --- a/src/preload/VesktopNative.ts +++ b/src/preload/VesktopNative.ts @@ -81,7 +81,7 @@ export const VesktopNative = { }, onToggleSelfDeaf: (listener: (...args: any[]) => void) => { ipcRenderer.on(IpcEvents.TOGGLE_SELF_DEAF, listener); - }, + } }, debug: { launchGpu: () => invoke(IpcEvents.DEBUG_LAUNCH_GPU),