This commit is contained in:
Alin
2023-12-08 13:17:46 -07:00
parent f79864dfc4
commit 67ced2328d
11 changed files with 176 additions and 25 deletions
+10 -1
View File
@@ -48,7 +48,16 @@ struct AppListItems: View {
.background(Color("mode").opacity(0.1))
.clipShape(.capsule)
}
if appInfo.wrapped {
Text("iOS")
.font(.footnote)
.foregroundStyle(Color("mode").opacity(0.5))
.frame(minWidth: 30, minHeight: 15)
.padding(2)
.background(Color("mode").opacity(0.1))
.clipShape(.capsule)
}
Spacer()
Text(appInfo.appVersion)