فهرست منبع

remove disabling the picker as it is not necessary with this new position

polscm32 2 سال پیش
والد
کامیت
b6fc562c7c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -490,8 +490,8 @@ extension Home {
                 }
                 .pickerStyle(.segmented)
                 .background(Color.clear)
+                .shadow(radius: 3)
                 .frame(width: UIScreen.main.bounds.width / 1.5, height: 40, alignment: .center)
-                .disabled(state.bolusProgress != nil)
             }
             .padding(.vertical, 1)
         }