mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Save article 'read' state on exit
This commit is contained in:
@@ -108,6 +108,7 @@ void RssArticle::markAsRead() {
|
||||
|
||||
m_read = true;
|
||||
m_parent->decrementUnreadCount();
|
||||
m_parent->markAsDirty();
|
||||
}
|
||||
|
||||
const QString& RssArticle::guid() const
|
||||
|
||||
Reference in New Issue
Block a user