mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replaced some qsl with u""_q literal.
This commit is contained in:
@@ -432,8 +432,8 @@ MainMenu::MainMenu(
|
||||
parentResized();
|
||||
|
||||
_telegram->setMarkedText(Ui::Text::Link(
|
||||
qsl("Telegram Desktop"),
|
||||
qsl("https://desktop.telegram.org")));
|
||||
u"Telegram Desktop"_q,
|
||||
u"https://desktop.telegram.org"_q));
|
||||
_telegram->setLinksTrusted();
|
||||
_version->setMarkedText(
|
||||
Ui::Text::Link(
|
||||
|
Reference in New Issue
Block a user