Shows source errors in SourcesViewController

This commit is contained in:
Riley Testut
2020-08-27 16:39:03 -07:00
parent b7564207b3
commit 4c3d33efdc
13 changed files with 158 additions and 17 deletions

View File

@@ -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)