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 committed by GitHub
parent 034dd5be45
commit c6400458e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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