mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make the star swipe background color yellow. Issue #1015
This commit is contained in:
@@ -811,6 +811,7 @@ extension TimelineViewController: NSTableViewDelegate {
|
||||
self.toggleArticleStarred(article);
|
||||
tableView.rowActionsVisible = false
|
||||
}
|
||||
action.backgroundColor = AppAssets.swipeMarkUnstarredColor
|
||||
action.image = article.status.starred ? AppAssets.swipeMarkUnstarredImage : AppAssets.swipeMarkStarredImage
|
||||
return [action]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user