We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40c34a commit e682a4cCopy full SHA for e682a4c
plugins/plugin-codeflare/src/tray/menus/index.ts
@@ -32,9 +32,9 @@ export default async function buildContextMenu(createWindow: CreateWindowFunctio
32
await profilesMenu(createWindow),
33
{ type: "separator" },
34
{ label: `Version ${version}`, enabled: false },
35
- { label: `Report a Bug`, icon: bugIcon, click: () => import("open").then((_) => _.default(bugs.url)) },
36
{ label: `About CodeFlare`, click: () => import("open").then((_) => _.default(homepage)) },
37
+ { label: `Report a Bug`, icon: bugIcon, click: () => import("open").then((_) => _.default(bugs.url)) },
38
{ label: `Quit ${productName}`, icon: powerOffIcon, role: "quit" },
39
])
40
0 commit comments