Rename settings to be more consistent
This commit is contained in:
parent
f452bdf2b0
commit
6b60ff7713
7 changed files with 142 additions and 148 deletions
|
|
@ -451,7 +451,7 @@ RoomInfoListItem::calculateImportance() const
|
|||
// returns ImportanceDisabled or Invite
|
||||
if (isInvite()) {
|
||||
return Invite;
|
||||
} else if (!settings->isSortByImportanceEnabled()) {
|
||||
} else if (!settings->sortByImportance()) {
|
||||
return ImportanceDisabled;
|
||||
} else if (unreadHighlightedMsgCount_) {
|
||||
return NewMentions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue