Fixes incorrect Sources tab background color in dark mode

This commit is contained in:
Riley Testut
2023-10-19 13:39:15 -05:00
parent 253aff29e9
commit 8a0d27488e
3 changed files with 8 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ class BrowseViewController: UICollectionViewController, PeekPopPreviewing
{
super.viewDidLoad()
self.collectionView.backgroundColor = .altBackground
#if BETA
self.dataSource.searchController.searchableKeyPaths = [#keyPath(InstalledApp.name)]
self.navigationItem.searchController = self.dataSource.searchController