mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
Changes app tint color to Red (from Green)
This commit is contained in:
@@ -78,7 +78,7 @@ private extension BrowseViewController
|
||||
// Otherwise, cell reuse can mess up some cached values.
|
||||
cell.actionButton.isIndicatingActivity = false
|
||||
|
||||
let tintColor = app.tintColor ?? .altGreen
|
||||
let tintColor = app.tintColor ?? .altRed
|
||||
cell.tintColor = tintColor
|
||||
|
||||
if app.installedApp == nil
|
||||
|
||||
Reference in New Issue
Block a user