mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
fix: remove duplicate isSideStore checks with a StoreApp extension
This commit is contained in:
@@ -20,7 +20,7 @@ struct AppRowView: View {
|
||||
|
||||
var body: some View {
|
||||
HStack(alignment: .center, spacing: 12) {
|
||||
AppIconView(iconUrl: storeApp?.iconURL, isSideStore: storeApp?.bundleIdentifier == Bundle.Info.appbundleIdentifier)
|
||||
AppIconView(iconUrl: storeApp?.iconURL, isSideStore: storeApp?.isSideStore)
|
||||
|
||||
VStack(alignment: .leading, spacing: 2) {
|
||||
Text(app.name)
|
||||
|
||||
Reference in New Issue
Block a user