Skip to content

Commit e682a4c

Browse files
committed
feat: small rearrangement to order in tray menu
group Report a Bug with Quit
1 parent a40c34a commit e682a4c

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/src/tray/menus

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/tray/menus/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ export default async function buildContextMenu(createWindow: CreateWindowFunctio
3232
await profilesMenu(createWindow),
3333
{ type: "separator" },
3434
{ label: `Version ${version}`, enabled: false },
35-
{ label: `Report a Bug`, icon: bugIcon, click: () => import("open").then((_) => _.default(bugs.url)) },
3635
{ label: `About CodeFlare`, click: () => import("open").then((_) => _.default(homepage)) },
3736
{ type: "separator" },
37+
{ label: `Report a Bug`, icon: bugIcon, click: () => import("open").then((_) => _.default(bugs.url)) },
3838
{ label: `Quit ${productName}`, icon: powerOffIcon, role: "quit" },
3939
])
4040

0 commit comments

Comments
 (0)