mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-11 07:43:28 +01:00
Fix build errors after merge
This commit is contained in:
@@ -66,7 +66,7 @@ struct AppIconView_Previews: PreviewProvider {
|
||||
|
||||
static var previews: some View {
|
||||
HStack {
|
||||
AppIconView(iconUrl: app.iconURL)
|
||||
AppIconView(iconUrl: app.iconURL, isSideStore: true)
|
||||
|
||||
VStack(alignment: .leading) {
|
||||
Text(app.name)
|
||||
|
||||
Reference in New Issue
Block a user