Skip to content

Commit

Permalink
Display the First Prompt multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Jul 28, 2023
1 parent d42c426 commit 7dd2316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blink/WhatsNew/WhatsNewInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ help - Quick help

static func mustDisplayInitialPrompt() -> String? {
if isFirstInstall() {
defaults.set("0.0", forKey: LastVersionKey)
promptDisplayed()
return firstUsagePrompt
}

Expand Down

0 comments on commit 7dd2316

Please sign in to comment.