mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-13 22:30:07 +02:00
👌 Add warning message for WIP launch screen
This commit is contained in:
@@ -89,7 +89,8 @@ extension MainMenu {
|
|||||||
Stats.evaluateSponsorMessageShouldBeDisplayed()
|
Stats.evaluateSponsorMessageShouldBeDisplayed()
|
||||||
|
|
||||||
// Present first launch screen if needed
|
// 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!")
|
Log.info("Should present the first launch screen!")
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
OnboardingWC.show()
|
OnboardingWC.show()
|
||||||
|
Reference in New Issue
Block a user