Add the new twitter add dialog

This commit is contained in:
Maurice Parker
2020-04-21 21:25:45 -05:00
parent 5d5093d26d
commit 0ff0c87932
12 changed files with 387 additions and 45 deletions

View File

@@ -51,7 +51,7 @@ extension AppDelegate : AppDelegateAppleEvents {
DispatchQueue.main.async {
self.addFeed(normalizedURLString)
self.addWebFeed(normalizedURLString)
}
}
}