mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Port IconButton back to setAccessibleName
This commit is contained in:
@@ -142,7 +142,7 @@ Widget::Widget(
|
||||
}, lifetime());
|
||||
|
||||
_back->entity()->setClickedCallback([=] { backRequested(); });
|
||||
_back->entity()->accessibilitySetName(tr::lng_go_back(tr::now));
|
||||
_back->entity()->setAccessibleName(tr::lng_go_back(tr::now));
|
||||
_back->hide(anim::type::instant);
|
||||
|
||||
if (_changeLanguage) {
|
||||
|
||||
+1
-1
Submodule Telegram/lib_ui updated: 6c26295230...598912bd7f
Reference in New Issue
Block a user