Skip to content

Commit

Permalink
Stop asking for the App Store reviews in the non-App Store version
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 4, 2023
1 parent 0086df4 commit 53c19ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Maccy/HistoryMenuItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class HistoryMenuItem: NSMenuItem {
@objc
func onSelect(_ sender: NSMenuItem) {
select()
AppStoreReview.ask()
// Only call this in the App Store version.
// AppStoreReview.ask()
}

func select() {
Expand Down

0 comments on commit 53c19ec

Please sign in to comment.