We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f313b37 commit 3020ab3Copy full SHA for 3020ab3
README.md
@@ -40,12 +40,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
40
func applicationDidFinishLaunching(_ notification: Notification) {
41
AppDelegate.shared = self
42
43
- // no nee custom show logic
+ // if we do not need custom display alert logic
44
//appRater = IAppRater(minLaunches: 10,
45
// minDays: 15,
46
// rateWndType: .standardAlert
47
//)
48
49
+ // if we need custom display logic
50
appRater = IAppRater(minLaunches: 10,
51
minDays: 15,
52
other: { Stats.shared.sessions.count > 100 },
0 commit comments