mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: Navbar i18n & Github -> GitHub (#443)
* update: Navbar i18n * update: Github -> GitHub
This commit is contained in:
parent
849f67d335
commit
2a9a53a940
5 changed files with 7 additions and 4 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue