2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-11 13:47:24 +00:00

Use generic way for FAQ links.

This commit is contained in:
John Preston
2024-04-04 21:08:56 +04:00
parent ea178862d8
commit 23883ed4a1
8 changed files with 15 additions and 91 deletions

View File

@@ -110,7 +110,7 @@ object_ptr<Ui::RpWidget> CreateIntroSettings(
tr::lng_settings_faq(),
st::settingsButtonNoIcon
)->addClickHandler([] {
UrlClickHandler::Open(tr::lng_telegram_features_url(tr::now));
OpenFaq(nullptr);
});
return result;