mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Save article 'read' state on exit
This commit is contained in:
parent
405885209b
commit
9b121fd5d0
3 changed files with 9 additions and 2 deletions
|
@ -108,6 +108,7 @@ void RssArticle::markAsRead() {
|
|||
|
||||
m_read = true;
|
||||
m_parent->decrementUnreadCount();
|
||||
m_parent->markAsDirty();
|
||||
}
|
||||
|
||||
const QString& RssArticle::guid() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue