mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +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) => {
|
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),
|
||||||
|
|
Loading…
Add table
Reference in a new issue