mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Use tg://settings/edit_profile instead /information.
This commit is contained in:
parent
9933c6ba59
commit
b9081c26ba
2 changed files with 2 additions and 2 deletions
|
@ -869,7 +869,7 @@ const std::vector<LocalUrlHandler> &LocalUrlHandlers() {
|
|||
ResolvePrivatePost
|
||||
},
|
||||
{
|
||||
u"^settings(/language|/devices|/folders|/privacy|/themes|/change_number|/auto_delete|/information)?$"_q,
|
||||
u"^settings(/language|/devices|/folders|/privacy|/themes|/change_number|/auto_delete|/information|/edit_profile)?$"_q,
|
||||
ResolveSettings
|
||||
},
|
||||
{
|
||||
|
|
|
@ -128,7 +128,7 @@ void ShowSetToast(
|
|||
lt_link,
|
||||
Ui::Text::Link(
|
||||
tr::lng_profile_changed_photo_link(tr::now),
|
||||
u"tg://settings/information"_q),
|
||||
u"tg://settings/edit_profile"_q),
|
||||
Ui::Text::WithEntities)
|
||||
);
|
||||
auto st = std::make_shared<style::Toast>(st::historyPremiumToast);
|
||||
|
|
Loading…
Add table
Reference in a new issue