Fixes incorrect game name color after quitting emulation

This commit is contained in:
Riley Testut 2020-04-23 17:25:09 -07:00
parent 01320b4dec
commit 0b6567d98f

View File

@ -270,6 +270,7 @@ private extension GameCollectionViewController
cell.maximumImageSize = CGSize(width: 90, height: 90)
cell.textLabel.text = game.name
cell.textLabel.textColor = UIColor.gray
cell.tintColor = cell.textLabel.textColor
}
//MARK: - Emulation