Port IconButton back to setAccessibleName

This commit is contained in:
Ilya Fedin
2025-11-19 11:02:09 +00:00
committed by John Preston
parent 656b262648
commit 8ff4bc8cff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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) {