Update dlg_settings.cpp

This commit is contained in:
tooomm 2022-01-18 23:37:25 +01:00
parent 4fc81b159d
commit 717a272291

View file

@ -845,7 +845,6 @@ MessagesSettingsPage::MessagesSettingsPage()
chatGroupBox->setLayout(chatGrid);
highlightColor = new QLineEdit();
highlightColor->setClearButtonEnabled(true);
highlightColor->setPlaceholderText(tr("Color Code"));
highlightColor->setText(SettingsCache::instance().getChatHighlightColor());
updateHighlightPreview();