prettier fixes

This commit is contained in:
Oleh Polisan 2025-02-11 17:56:38 +02:00
parent 9c9b577f52
commit 99a74cf328

View file

@ -81,7 +81,7 @@ export const VesktopNative = {
}, },
onToggleSelfDeaf: (listener: (...args: any[]) => void) => { onToggleSelfDeaf: (listener: (...args: any[]) => void) => {
ipcRenderer.on(IpcEvents.TOGGLE_SELF_DEAF, listener); ipcRenderer.on(IpcEvents.TOGGLE_SELF_DEAF, listener);
}, }
}, },
debug: { debug: {
launchGpu: () => invoke<void>(IpcEvents.DEBUG_LAUNCH_GPU), launchGpu: () => invoke<void>(IpcEvents.DEBUG_LAUNCH_GPU),