mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Reimplement starred toolbar toggle
This commit is contained in:
@@ -73,7 +73,7 @@ final class SceneModel: ObservableObject {
|
||||
|
||||
/// Toggles the star status for the selected articles
|
||||
func toggleStarredStatusForSelectedArticles() {
|
||||
// timelineModel.toggleStarredStatusForSelectedArticles()
|
||||
timelineModel.toggleStarredStatusForSelectedArticlesSubject.send()
|
||||
}
|
||||
|
||||
/// Opens the selected article in an external browser
|
||||
|
||||
Reference in New Issue
Block a user