Reimplement starred toolbar toggle

This commit is contained in:
Maurice Parker
2020-07-25 16:12:12 -05:00
parent f793e1b02d
commit d28a672378
2 changed files with 15 additions and 2 deletions

View File

@@ -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