Skip to content

Commit

Permalink
fix: 修了一波 macOS 无法复制粘贴的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Mar 10, 2019
1 parent f0e2e27 commit 398ec6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ gameWindowMenu.append(
]
})
)
gameWindowMenu.append(
new MenuItem({
label: '编辑',
role: 'editMenu'
})
)
gameWindowMenu.append(
new MenuItem({
label: '更多',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "majsoul-plus-client",
"version": "1.11.1",
"version": "1.11.2",
"productName": "Majsoul Plus",
"author": "MajsoulPlus Team",
"description": "Majsoul Plus",
Expand Down

1 comment on commit 398ec6c

@iamapig120
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

此处的复制粘贴菜单语言是错误的,需要重新翻译并编辑菜单

Please sign in to comment.