mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update the "Mark as" icons. Fixes #3687
This commit is contained in:
@@ -31,7 +31,7 @@ struct CloudKitArticleStatusUpdate {
|
||||
let rec = record
|
||||
// This is an invalid status update. The article is required for new and all
|
||||
if article == nil && (rec == .all || rec == .new) {
|
||||
return nil
|
||||
fatalError()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user