Add reader view icon to macOS toolbar
This commit is contained in:
parent
0e3ee19e3a
commit
79691a1988
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue