Procházet zdrojové kódy

Fix empty search result string

Deniz Cengiz před 1 rokem
rodič
revize
14f5c15256

+ 4 - 2
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -205,8 +205,10 @@ extension Settings {
                                 }
                             } else {
                                 Text("No settings matching your search query")
-                                Text(" »\(searchText)« ").bold()
-                                Text("found.")
+                                    +
+                                    Text(" »\(searchText)« ").bold()
+                                    +
+                                    Text("found.")
                             }
                         }
                     ).listRowBackground(Color.chart)