mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Disable safari and share toolbar buttons when no articles are selected
This commit is contained in:
@@ -123,6 +123,8 @@ private extension SceneModel {
|
||||
guard !articles.isEmpty else {
|
||||
readButtonState = nil
|
||||
starButtonState = nil
|
||||
openInBrowserButtonState = nil
|
||||
shareButtonState = nil
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user