made the automarkread option default
This commit is contained in:
parent
43d0fc11a0
commit
2b87098bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -123,5 +123,5 @@ Settings::Settings(QObject *parent) : QObject(parent), m_settings(new QSettings(
|
|||
_feeditemsOrder = m_settings->value("feeditemsOrder", 0).toInt();
|
||||
_displayIcons = m_settings->value("displayIcons", true).toBool();
|
||||
_webviewFontSize = m_settings->value("webviewFontSize", 22).toInt();
|
||||
_autoMarkRead = m_settings->value("autoMarkRead", false).toBool();
|
||||
_autoMarkRead = m_settings->value("autoMarkRead", true).toBool();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue