fix: Navbar i18n & Github -> GitHub (#443)

* update: Navbar i18n

* update: Github -> GitHub
This commit is contained in:
Rick 2021-03-19 09:58:17 +08:00 committed by GitHub
parent 849f67d335
commit 2a9a53a940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 4 deletions

View file

@ -163,7 +163,7 @@ export function createMenu(win) {
label: "Help",
submenu: [
{
label: "Github",
label: "GitHub",
click: async () => {
const { shell } = require("electron");
await shell.openExternal("https://github.com/qier222/YesPlayMusic");