diff --git a/src/controllers/highlights/HighlightModel.cpp b/src/controllers/highlights/HighlightModel.cpp index 31556ed9b..6b5448174 100644 --- a/src/controllers/highlights/HighlightModel.cpp +++ b/src/controllers/highlights/HighlightModel.cpp @@ -25,7 +25,7 @@ HighlightPhrase HighlightModel::getItemFromRow( return HighlightPhrase{ row[Column::Pattern]->data(Qt::DisplayRole).toString(), - row[Column::ShowInMentions]->data(Qt::DisplayRole).toBool(), + row[Column::ShowInMentions]->data(Qt::CheckStateRole).toBool(), row[Column::FlashTaskbar]->data(Qt::CheckStateRole).toBool(), row[Column::PlaySound]->data(Qt::CheckStateRole).toBool(), row[Column::UseRegex]->data(Qt::CheckStateRole).toBool(),