Changed where the bold @username setting is found

This commit is contained in:
apa420
2018-07-04 18:03:28 +02:00
committed by fourtf
parent a66a2f2e8d
commit 2e1fdbec32
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -148,6 +148,8 @@ void LookPage::addMessagesGroup(QVBoxLayout &layout)
// lowercase links
box.append(this->createCheckBox("Display domains as lowercase", getSettings()->lowercaseLink));
// bold usernames
box.append(this->createCheckBox("Make @username bold", getSettings()->usernameBold));
}
void LookPage::addEmotesGroup(QVBoxLayout &layout)