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:
parent
034dd5be45
commit
c6400458e9
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ function initTray(win: BrowserWindow) {
|
||||||
type: "separator"
|
type: "separator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Relaunch",
|
label: "Restart Vesktop",
|
||||||
click() {
|
click() {
|
||||||
app.relaunch();
|
app.relaunch();
|
||||||
app.quit();
|
app.quit();
|
||||||
|
|
Loading…
Reference in a new issue