Add option to make link domains lowercase (#557)

This commit is contained in:
DatGuy1
2018-07-04 14:53:49 +03:00
committed by pajlada
parent 06ff6e6479
commit e9fb5971da
4 changed files with 292 additions and 0 deletions
+3
View File
@@ -145,6 +145,9 @@ void LookPage::addMessagesGroup(QVBoxLayout &layout)
// alternate
box.append(this->createCheckBox("Alternate background colors",
getSettings()->alternateMessageBackground));
// lowercase links
box.append(this->createCheckBox("Display domains as lowercase", getSettings()->lowercaseLink));
}
void LookPage::addEmotesGroup(QVBoxLayout &layout)