refactor open in app browser for mac and iOS

This commit is contained in:
Rizwan Mohamed Ibrahim
2020-05-29 19:26:20 +05:30
parent eb7ac0f076
commit d671029828
5 changed files with 14 additions and 6 deletions

View File

@@ -273,7 +273,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
openArticleInBrowser(sender)
}
@objc func openFeedInAppBrowser(_ sender: Any?) {
@objc func openInAppBrowser(_ sender: Any?) {
// There is no In-App Browser for mac - so we use safari
openArticleInBrowser(sender)
}