Просмотр исходного кода

Fix empty search result string

Deniz Cengiz 1 год назад
Родитель
Сommit
14f5c15256
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

+ 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)