mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-17 10:43:30 +01:00
Shows source errors in SourcesViewController
This commit is contained in:
@@ -30,6 +30,14 @@ class TabBarController: UITabBarController
|
||||
}
|
||||
}
|
||||
|
||||
extension TabBarController
|
||||
{
|
||||
@objc func presentSources(_ sender: Any)
|
||||
{
|
||||
self.performSegue(withIdentifier: "presentSources", sender: sender)
|
||||
}
|
||||
}
|
||||
|
||||
private extension TabBarController
|
||||
{
|
||||
@objc func openPatreonSettings(_ notification: Notification)
|
||||
|
||||
Reference in New Issue
Block a user