Skip to content

Commit

Permalink
fix(airshared): remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ipy authored Apr 18, 2020
1 parent dbccc01 commit f89e431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/menu/Menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export default class Menubar {
this.updateRecentPlay();
// update airShare menu initialize status
this.updateMenuItemChecked('file.airShared', airSharedInstance.isServiceEnable());
this.updateMenuItemLabel('file.airShared', 'test');

if (this.menubar.items && this.menubar.items.length > 0) {
Menu.setApplicationMenu(this.menubar);
Expand Down

0 comments on commit f89e431

Please sign in to comment.