mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-22 21:35:08 +00:00
prettier fixes
This commit is contained in:
parent
9c9b577f52
commit
99a74cf328
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ export const VesktopNative = {
|
|||
},
|
||||
onToggleSelfDeaf: (listener: (...args: any[]) => void) => {
|
||||
ipcRenderer.on(IpcEvents.TOGGLE_SELF_DEAF, listener);
|
||||
},
|
||||
}
|
||||
},
|
||||
debug: {
|
||||
launchGpu: () => invoke<void>(IpcEvents.DEBUG_LAUNCH_GPU),
|
||||
|
|
Loading…
Add table
Reference in a new issue