From 9468a2e9f8176628322a4aafc5a58364b57f72d3 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 17 Feb 2022 19:21:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9=20Break=20compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- phpmon/Domain/App/Startup.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Domain/App/Startup.swift b/phpmon/Domain/App/Startup.swift index b692e5c..a6f2ff9 100644 --- a/phpmon/Domain/App/Startup.swift +++ b/phpmon/Domain/App/Startup.swift @@ -175,7 +175,7 @@ class Startup { command: @escaping () async -> Bool, name: String, titleText: String, - subtitleText: String = "", + subtitleText: String, descriptionText: String, buttonText: String = "OK", requiresAppRestart: Bool = false