mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Removed text transform from update application button.
This commit is contained in:
@@ -144,7 +144,7 @@ void SetupUpdate(not_null<Ui::VerticalLayout*> container) {
|
||||
st::settingsButtonNoIcon);
|
||||
const auto update = Ui::CreateChild<Button>(
|
||||
check.get(),
|
||||
tr::lng_update_telegram() | Ui::Text::ToUpper(),
|
||||
tr::lng_update_telegram(),
|
||||
st::settingsUpdate);
|
||||
update->hide();
|
||||
check->widthValue() | rpl::start_with_next([=](int width) {
|
||||
|
Reference in New Issue
Block a user