mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
[cleanup]: removed unused or redundant icons and image assets
This commit is contained in:
@@ -138,7 +138,7 @@ private extension AppDetailWidgetView
|
||||
{
|
||||
func backgroundView(icon: UIImage? = nil, tintColor: UIColor? = nil) -> some View
|
||||
{
|
||||
let icon = icon ?? UIImage(named: "AltStore")!
|
||||
let icon = icon ?? UIImage(named: "SideStore")!
|
||||
let tintColor = tintColor ?? .gray
|
||||
|
||||
let imageHeight = 60 as CGFloat
|
||||
|
||||
Reference in New Issue
Block a user