Skip to content

Commit

Permalink
Add contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 7, 2023
1 parent 21d2367 commit 124587c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ It includes the following tools:

**View the [online documentation](/docs/INDEX.md) or find it offline by clicking the 📖 icon in the tab bar.**

Feedback, feature requests, and bug reports are welcome on the [issues page](https://github.com/Mechanical-Advantage/AdvantageScope/issues). For non-public inquires, please send a message to [email protected].

![Example screenshot](/docs/resources/screenshot-light.png)

## Installation
Expand Down
6 changes: 6 additions & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,12 @@ function setupMenu() {
shell.openExternal("https://github.com/" + REPOSITORY + "/issues");
}
},
{
label: "Contact Us",
click() {
shell.openExternal("mailto:[email protected]");
}
},
{
label: "GitHub Repository",
click() {
Expand Down

0 comments on commit 124587c

Please sign in to comment.