Sfoglia il codice sorgente

Fix typo for SF symbol

Deniz Cengiz 1 anno fa
parent
commit
c358c0acab

+ 1 - 1
FreeAPS/Sources/Modules/Treatments/View/TreatmentsRootView.swift

@@ -323,7 +323,7 @@ extension Treatments {
                         }, label: {
                         }, label: {
                             HStack {
                             HStack {
                                 Text("Presets")
                                 Text("Presets")
-                                Image(systemName: "pslus")
+                                Image(systemName: "plus")
                             }
                             }
                         })
                         })
                     }
                     }