1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

👌 Add warning message for WIP launch screen

This commit is contained in:
2022-07-26 19:34:30 +02:00
parent ae5bed2532
commit cdb4b60487

View File

@ -89,7 +89,8 @@ extension MainMenu {
Stats.evaluateSponsorMessageShouldBeDisplayed()
// Present first launch screen if needed
if Stats.successfulLaunchCount >= 1 { // TODO: Make this == 1 for release
#warning("The launch screen will be presented every time you launch the app.")
if Stats.successfulLaunchCount >= 1 {
Log.info("Should present the first launch screen!")
DispatchQueue.main.async {
OnboardingWC.show()