From 0668635e103ea9a7f47362406bcf25ddb8a72515 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 5 Jun 2022 19:17:46 -0400 Subject: [PATCH] Tiny fixes --- ntfy/Views/SettingsView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ntfy/Views/SettingsView.swift b/ntfy/Views/SettingsView.swift index d5925ad..efc600f 100644 --- a/ntfy/Views/SettingsView.swift +++ b/ntfy/Views/SettingsView.swift @@ -35,7 +35,7 @@ struct DefaultServerView: View { @EnvironmentObject private var store: Store @FetchRequest(sortDescriptors: []) var prefs: FetchedResults @State private var showDialog = false - @State private var newDefaultBaseUrl: String = "x" + @State private var newDefaultBaseUrl: String = "" private var defaultBaseUrl: String { prefs @@ -81,7 +81,6 @@ struct DefaultServerView: View { } } } - } } .navigationTitle("Default server")