Merge pull request #2112 from MartinJNash/mjn/return-key-open-article

Fix issue where pressing [return] would not open article in browser
This commit is contained in:
Maurice Parker 2020-05-27 09:43:01 -05:00 committed by GitHub
commit e029b57e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -106,11 +106,11 @@
</dict>
<dict>
<key>title</key>
<string>Open in App Browser</string>
<string>Open in Browser</string>
<key>key</key>
<string>[return]</string>
<key>action</key>
<string>openFeedInAppBrowser:</string>
<string>openInBrowser:</string>
</dict>
<dict>
<key>key</key>