mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 14:53:25 +01:00
Updates Browse tab icon
This commit is contained in:
@@ -43,6 +43,9 @@ final class TabBarController: UITabBarController
|
||||
{
|
||||
super.viewDidLoad()
|
||||
|
||||
let browseNavigationController = self.viewControllers![Tab.browse.rawValue] as! UINavigationController
|
||||
browseNavigationController.tabBarItem.image = UIImage(systemName: "bag")
|
||||
|
||||
let sourcesNavigationController = self.viewControllers![Tab.sources.rawValue] as! UINavigationController
|
||||
self.sourcesViewController = sourcesNavigationController.viewControllers.first as? SourcesViewController
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user