Преглед на файлове

Replace stop watch icon with ProgressView #162

Deniz Cengiz преди 1 година
родител
ревизия
3129def573
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      FreeAPS/Sources/Modules/Treatments/View/TreatmentsRootView.swift

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

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