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 4a6e558 commit 7c8ce1cCopy full SHA for 7c8ce1c
app/src/core/service/GlobalMenu.tsx
@@ -33,7 +33,6 @@ import {
33
AppWindow,
34
Axe,
35
Bot,
36
- Bug,
37
CircleAlert,
38
ExternalLink,
39
File,
@@ -513,11 +512,11 @@ export function GlobalMenu() {
513
512
<Item variant="destructive">v{version}</Item>
514
<Item variant="destructive">{t("unstable.notRelease")}</Item>
515
<Item variant="destructive">{t("unstable.mayHaveBugs")}</Item>
516
- <Separator />
+ {/*<Separator />
517
<Item onClick={() => shellOpen("https://github.com/graphif/project-graph/issues/487")}>
518
<Bug />
519
{t("unstable.reportBug")}
520
- </Item>
+ </Item>*/}
521
<Separator />
522
<Sub>
523
<SubTrigger disabled={!activeProject}>
docs-pg/ProjectGraph开发进程图.prg
4.91 KB
0 commit comments