From c6400458e9670e8e944b2342f15f1f42c600f2e1 Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:55:29 -0300 Subject: [PATCH] Rename "Relaunch" to "Restart Vesktop" It's nicer. :) Also it's consistent with other places (such as "Restart Client" in Vencord's settings). --- src/main/mainWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 5bbbb61..fabe24c 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -108,7 +108,7 @@ function initTray(win: BrowserWindow) { type: "separator" }, { - label: "Relaunch", + label: "Restart Vesktop", click() { app.relaunch(); app.quit();