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:
@ -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
|
||||||
|
Reference in New Issue
Block a user