Implement open in browser timeline context menu item.

This commit is contained in:
Maurice Parker
2020-07-17 20:08:49 -05:00
parent a102b9f63d
commit 644e9da1c0
4 changed files with 47 additions and 20 deletions

View File

@@ -158,7 +158,7 @@ struct SceneNavigationView: View {
}
ToolbarItem {
Button {
sceneModel.openInBrowser()
sceneModel.openSelectedArticleInBrowser()
} label: {
AppAssets.openInBrowserImage
}