diff --git a/src/main/keybinds.ts b/src/main/keybinds.ts index 1a8b578..242f098 100644 --- a/src/main/keybinds.ts +++ b/src/main/keybinds.ts @@ -9,6 +9,7 @@ import { IpcEvents } from "shared/IpcEvents"; import { mainWin } from "./mainWindow"; export function initKeybinds() { + process.title = "Vesktop"; process.on("SIGPIPE", async () => { mainWin.webContents.send(IpcEvents.TOGGLE_SELF_MUTE); });