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

@@ -37,7 +37,7 @@ struct ErrorLogView: View {
HStack(alignment: .top) {
Group {
if let storeApp = error.storeApp {
AppIconView(iconUrl: storeApp.iconURL, size: 50)
AppIconView(iconUrl: storeApp.iconURL, isSideStore: storeApp.bundleIdentifier == Bundle.Info.appbundleIdentifier, size: 50)
} else {
ZStack {
RoundedRectangle(cornerRadius: 50*0.234, style: .continuous)