Add reader view icon to macOS toolbar

This commit is contained in:
Maurice Parker 2020-07-08 17:34:35 -05:00
parent 0e3ee19e3a
commit 79691a1988
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ struct SceneNavigationView: View {
AppAssets.readClosedImage
}).help("Mark as Unread")
}
ToolbarItem {
Button(action: {}, label: {
AppAssets.articleExtractorOff
}).help("Show Reader View")
}
ToolbarItem {
Button(action: {}, label: {
AppAssets.openInBrowserImage