瀏覽代碼

update icon in main settings page for Xcode 16

Mike Plante 1 年之前
父節點
當前提交
76f158441d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -56,7 +56,7 @@ extension Settings {
 
                             Group {
                                 HStack {
-                                    Image(uiImage: UIImage(named: appIcons.appIcon.rawValue) ?? UIImage())
+                                    Image(appIcons.appIcon.rawValue)
                                         .resizable()
                                         .aspectRatio(contentMode: .fit)
                                         .frame(width: 50, height: 50)