2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Install launcher before registering URL scheme

This commit is contained in:
Ilya Fedin
2022-11-27 03:07:04 +04:00
committed by John Preston
parent f18bf46fb1
commit b383dad6ac
2 changed files with 1 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ void Application::run() {
refreshGlobalProxy(); // Depends on app settings being read.
if (const auto old = Local::oldSettingsVersion(); old < AppVersion) {
Platform::InstallLauncher();
RegisterUrlScheme();
Platform::NewVersionLaunched(old);
}