Skip to content

Commit 3020ab3

Browse files
committed
README.md
1 parent f313b37 commit 3020ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
4040
func applicationDidFinishLaunching(_ notification: Notification) {
4141
AppDelegate.shared = self
4242
43-
// no nee custom show logic
43+
// if we do not need custom display alert logic
4444
//appRater = IAppRater(minLaunches: 10,
4545
// minDays: 15,
4646
// rateWndType: .standardAlert
4747
//)
4848
49+
// if we need custom display logic
4950
appRater = IAppRater(minLaunches: 10,
5051
minDays: 15,
5152
other: { Stats.shared.sessions.count > 100 },

0 commit comments

Comments
 (0)