فهرست منبع

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
                 }
                 }