Skip to content

Commit

Permalink
chore: menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Feb 12, 2025
1 parent e9a5e4e commit b2203cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ export default class MenuBuilder {

buildDarwinTemplate(): MenuItemConstructorOptions[] {
const subMenuAbout: DarwinMenuItemConstructorOptions = {
label: 'Electron',
label: 'UI-TARS Desktop',
submenu: [
{
label: 'About ElectronReact',
label: 'About UI-TARS Desktop',
selector: 'orderFrontStandardAboutPanel:',
},
{ type: 'separator' },
{ label: 'Services', submenu: [] },
{ type: 'separator' },
{
label: 'Hide ElectronReact',
label: 'Hide UI-TARS Desktop',
accelerator: 'Command+H',
selector: 'hide:',
},
Expand Down

0 comments on commit b2203cf

Please sign in to comment.