added process title

This commit is contained in:
Oleh Polisan 2024-05-18 01:08:56 +03:00
parent 29c12dc034
commit 67ae98fb18

View file

@ -9,6 +9,7 @@ import { IpcEvents } from "shared/IpcEvents";
import { mainWin } from "./mainWindow"; import { mainWin } from "./mainWindow";
export function initKeybinds() { export function initKeybinds() {
process.title = "Vesktop";
process.on("SIGPIPE", async () => { process.on("SIGPIPE", async () => {
mainWin.webContents.send(IpcEvents.TOGGLE_SELF_MUTE); mainWin.webContents.send(IpcEvents.TOGGLE_SELF_MUTE);
}); });