mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Call scheme handler registration after opening main window
To avoid system dialog being under it
This commit is contained in:
parent
5910efa0bd
commit
95979b1ad9
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ void Application::run() {
|
||||||
|
|
||||||
if (const auto old = Local::oldSettingsVersion(); old < AppVersion) {
|
if (const auto old = Local::oldSettingsVersion(); old < AppVersion) {
|
||||||
Platform::InstallLauncher();
|
Platform::InstallLauncher();
|
||||||
RegisterUrlScheme();
|
InvokeQueued(this, [] { RegisterUrlScheme(); });
|
||||||
Platform::NewVersionLaunched(old);
|
Platform::NewVersionLaunched(old);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1bc41f2cf875345c0965687fd8439f83aaa7738a
|
Subproject commit a21505416a8e64368925e02f13de2d97f7b476b3
|
Loading…
Add table
Reference in a new issue