We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8953910 commit 459f5a8Copy full SHA for 459f5a8
src/librssguard/database/databasequeries.cpp
@@ -1827,7 +1827,7 @@ UpdatedArticles DatabaseQueries::updateMessages(const QSqlDatabase& db,
1827
1828
if (cond_1 || cond_2 || cond_3 || force_update) {
1829
if (!feed->getParentServiceRoot()->isSyncable() &&
1830
- qApp->settings()->value(GROUP(Messages), SETTING(Messages::MarkUnreadOnUpdated)).toBool()) {
+ !qApp->settings()->value(GROUP(Messages), SETTING(Messages::MarkUnreadOnUpdated)).toBool()) {
1831
// Feed is not syncable, thus we got RSS/JSON/whatever.
1832
// Article is only updated, so we now prefer to keep original read state
1833
// pretty much the same way starred state is kept.
0 commit comments