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

🚩 Break compilation

Now missing labels will come up as Compiler Errors. This, along with the
deprecations in the previous alert should allow me to replace all the
alerts everywhere.
This commit is contained in:
2022-02-17 19:21:03 +01:00
parent 921ecd99d6
commit 9468a2e9f8

View File

@ -175,7 +175,7 @@ class Startup {
command: @escaping () async -> Bool, command: @escaping () async -> Bool,
name: String, name: String,
titleText: String, titleText: String,
subtitleText: String = "", subtitleText: String,
descriptionText: String, descriptionText: String,
buttonText: String = "OK", buttonText: String = "OK",
requiresAppRestart: Bool = false requiresAppRestart: Bool = false