mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-24 14:15:09 +00:00
added process title
This commit is contained in:
parent
29c12dc034
commit
67ae98fb18
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue