Don't enable highlight conversations by default
This commit is contained in:
parent
3ab0b94831
commit
e44c69281c
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void AppSettings::setDelayMessageRead(bool enable)
|
||||||
|
|
||||||
bool AppSettings::highlightUnreadConversations() const
|
bool AppSettings::highlightUnreadConversations() const
|
||||||
{
|
{
|
||||||
return settings.value(KEY_HIGHLIGHT_UNREADCONVS, true).toBool();
|
return settings.value(KEY_HIGHLIGHT_UNREADCONVS, false).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AppSettings::setHighlightUnreadConversations(bool enable)
|
void AppSettings::setHighlightUnreadConversations(bool enable)
|
||||||
|
|
Loading…
Reference in a new issue