Fixes incorrect game name color after quitting emulation
This commit is contained in:
parent
01320b4dec
commit
0b6567d98f
@ -270,6 +270,7 @@ private extension GameCollectionViewController
|
|||||||
cell.maximumImageSize = CGSize(width: 90, height: 90)
|
cell.maximumImageSize = CGSize(width: 90, height: 90)
|
||||||
cell.textLabel.text = game.name
|
cell.textLabel.text = game.name
|
||||||
cell.textLabel.textColor = UIColor.gray
|
cell.textLabel.textColor = UIColor.gray
|
||||||
|
cell.tintColor = cell.textLabel.textColor
|
||||||
}
|
}
|
||||||
|
|
||||||
//MARK: - Emulation
|
//MARK: - Emulation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user