2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Updated TDesktop sources to 2.8.11+b2c762e

This commit is contained in:
RadRussianRus
2021-07-20 06:59:26 +03:00
63 changed files with 141 additions and 721 deletions

View File

@@ -127,7 +127,7 @@ auto GenerateCodes() {
}
});
codes.emplace(qsl("registertg"), [](SessionController *window) {
Platform::RegisterCustomScheme(true);
Core::Application::RegisterUrlScheme();
Ui::Toast::Show("Forced custom scheme register.");
});