mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Implement open in browser timeline context menu item.
This commit is contained in:
@@ -158,7 +158,7 @@ struct SceneNavigationView: View {
|
||||
}
|
||||
ToolbarItem {
|
||||
Button {
|
||||
sceneModel.openInBrowser()
|
||||
sceneModel.openSelectedArticleInBrowser()
|
||||
} label: {
|
||||
AppAssets.openInBrowserImage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user