mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change mark all as read image to be a PNG, since SwiftUI on AppKit sucks at handling vector resources
This commit is contained in:
@@ -94,10 +94,8 @@ struct SceneNavigationView: View {
|
||||
Button {
|
||||
sceneModel.markAllAsRead()
|
||||
} label: {
|
||||
AppAssets.markAllAsReadImagePDF
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(width: 20, height: 20, alignment: .center)
|
||||
AppAssets.markAllAsReadImagePNG
|
||||
.offset(y: 7)
|
||||
}
|
||||
.disabled(sceneModel.markAllAsReadButtonState == nil)
|
||||
.help("Mark All as Read")
|
||||
|
||||
Reference in New Issue
Block a user