Rename "Relaunch" to "Restart Vesktop"

It's nicer. :)
Also it's consistent with other places (such as "Restart Client" in Vencord's settings).
This commit is contained in:
Tiagoquix 2024-06-28 01:55:29 -03:00
parent 0e49e5e8f6
commit db1f22442b

View file

@ -108,7 +108,7 @@ function initTray(win: BrowserWindow) {
type: "separator"
},
{
label: "Relaunch",
label: "Restart Vesktop",
click() {
app.relaunch();
app.quit();