mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Initial tonsite:// show in IV window.
This commit is contained in:
@@ -238,6 +238,9 @@ bool UiIntegration::handleUrlClick(
|
||||
} else if (local.startsWith(u"tg://"_q, Qt::CaseInsensitive)) {
|
||||
Core::App().openLocalUrl(local, context);
|
||||
return true;
|
||||
} else if (local.startsWith(u"tonsite://"_q, Qt::CaseInsensitive)) {
|
||||
Core::App().iv().showTonSite(url, context);
|
||||
return true;
|
||||
} else if (local.startsWith(u"internal:"_q, Qt::CaseInsensitive)) {
|
||||
Core::App().openInternalUrl(local, context);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user