mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Call scheme handler registration after opening main window
To avoid system dialog being under it
This commit is contained in:
@@ -238,7 +238,7 @@ void Application::run() {
|
||||
|
||||
if (const auto old = Local::oldSettingsVersion(); old < AppVersion) {
|
||||
Platform::InstallLauncher();
|
||||
RegisterUrlScheme();
|
||||
InvokeQueued(this, [] { RegisterUrlScheme(); });
|
||||
Platform::NewVersionLaunched(old);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user