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:
@@ -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>(
|
||||
|
@@ -685,7 +685,6 @@ void TabbedSelector::checkRestrictedPeer() {
|
||||
_restrictedLabel.create(
|
||||
this,
|
||||
lang(*errorKey),
|
||||
Ui::FlatLabel::InitType::Simple,
|
||||
st::stickersRestrictedLabel);
|
||||
_restrictedLabel->show();
|
||||
updateRestrictedLabelGeometry();
|
||||
|
Reference in New Issue
Block a user