Skip to content

Commit

Permalink
Merge pull request #58 from karlhorky/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
artginzburg authored Jan 4, 2023
2 parents d9ce8df + 4a77ea5 commit 6aa54ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MiddleClick/TrayMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ - (void)updateAccessibilityPermissionStatus:(NSMenu*)menu
- (void)openWebsite:(id)sender
{
NSURL* url = [NSURL
URLWithString:@"https://github.com/artginzburg/MiddleClick-BigSur"];
URLWithString:@"https://github.com/artginzburg/MiddleClick-Ventura"];
[[NSWorkspace sharedWorkspace] openURL:url];
}
- (void)openAccessibilitySettings:(id)sender
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://github.com/artginzburg/MiddleClick-BigSur/releases">
<img align="right" src="https://img.shields.io/github/downloads/artginzburg/middleclick-bigsur/total?color=teal" title="GitHub All Releases">
<a href="https://github.com/artginzburg/MiddleClick-Ventura/releases">
<img align="right" src="https://img.shields.io/github/downloads/artginzburg/middleclick-ventura/total?color=teal" title="GitHub All Releases">
</a>

<div align="center">
Expand Down Expand Up @@ -59,15 +59,15 @@ brew install --cask --no-quarantine middleclick

<details>
<summary>
<a href="https://github.com/artginzburg/MiddleClick-BigSur/releases/latest/download/MiddleClick.zip">
<a href="https://github.com/artginzburg/MiddleClick-Ventura/releases/latest/download/MiddleClick.zip">
Latest Release
</a>&nbsp·&nbsp
<a href="https://github.com/artginzburg/MiddleClick-BigSur/releases/latest">
<img align="center" alt="GitHub release" src="https://img.shields.io/github/release/artginzburg/middleclick-BigSur?label=%20&color=gray">
<a href="https://github.com/artginzburg/MiddleClick-Ventura/releases/latest">
<img align="center" alt="GitHub release" src="https://img.shields.io/github/release/artginzburg/middleclick-Ventura?label=%20&color=gray">
</a>
</summary>

> Additionally, you may also view <a href="https://github.com/artginzburg/MiddleClick-BigSur/releases">Earlier Releases</a>
> Additionally, you may also view <a href="https://github.com/artginzburg/MiddleClick-Ventura/releases">Earlier Releases</a>
</details>

Expand Down

0 comments on commit 6aa54ad

Please sign in to comment.