Fix changing SideStore app icon not displaying My Apps

This commit is contained in:
naturecodevoid
2023-02-19 09:16:07 -08:00
parent 839699ee03
commit d9a4b07095
5 changed files with 68 additions and 34 deletions

View File

@@ -20,7 +20,7 @@ struct AppRowView: View {
var body: some View {
HStack(alignment: .center, spacing: 12) {
AppIconView(iconUrl: storeApp?.iconURL)
AppIconView(iconUrl: storeApp?.iconURL, isSideStore: storeApp?.bundleIdentifier == Bundle.Info.appbundleIdentifier)
VStack(alignment: .leading, spacing: 2) {
Text(app.name)