Przeglądaj źródła

Replace stop watch icon with ProgressView #162

Deniz Cengiz 1 rok temu
rodzic
commit
3129def573

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

@@ -377,7 +377,7 @@ extension Treatments {
             } label: {
                 HStack {
                     if state.isBolusInProgress {
-                        Image(systemName: "stopwatch.fill")
+                        ProgressView()
                     }
                     taskButtonLabel
                 }