2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Remove pseudo-HTML from langpacks and Ui::Text::String.

This commit is contained in:
John Preston
2019-06-12 22:11:41 +02:00
parent 9066acd2dd
commit ca7c50fbcd
53 changed files with 253 additions and 314 deletions

View File

@@ -541,7 +541,6 @@ void Row::setupLabels(const Set &set) {
const auto name = Ui::CreateChild<Ui::FlatLabel>(
this,
set.name,
Ui::FlatLabel::InitType::Simple,
st::localStorageRowTitle);
name->setAttribute(Qt::WA_TransparentForMouseEvents);
_status = Ui::CreateChild<Ui::FlatLabel>(

View File

@@ -685,7 +685,6 @@ void TabbedSelector::checkRestrictedPeer() {
_restrictedLabel.create(
this,
lang(*errorKey),
Ui::FlatLabel::InitType::Simple,
st::stickersRestrictedLabel);
_restrictedLabel->show();
updateRestrictedLabelGeometry();