From 7dd23160d89273ce296b368b7bed4ea863dce288 Mon Sep 17 00:00:00 2001 From: Carlos Cabanero Date: Thu, 27 Jul 2023 23:01:47 -0400 Subject: [PATCH] Display the First Prompt multiple times --- Blink/WhatsNew/WhatsNewInfo.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blink/WhatsNew/WhatsNewInfo.swift b/Blink/WhatsNew/WhatsNewInfo.swift index 55bdb6de6..b02e2473a 100644 --- a/Blink/WhatsNew/WhatsNewInfo.swift +++ b/Blink/WhatsNew/WhatsNewInfo.swift @@ -58,7 +58,7 @@ help - Quick help static func mustDisplayInitialPrompt() -> String? { if isFirstInstall() { - defaults.set("0.0", forKey: LastVersionKey) + promptDisplayed() return firstUsagePrompt }