mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Rename variable
This commit is contained in:
parent
8d03fcee2e
commit
3bd76b2dfd
1 changed files with 2 additions and 2 deletions
|
|
@ -207,14 +207,14 @@ namespace Flow.Launcher
|
||||||
RegisterDispatcherUnhandledException();
|
RegisterDispatcherUnhandledException();
|
||||||
RegisterTaskSchedulerUnhandledException();
|
RegisterTaskSchedulerUnhandledException();
|
||||||
|
|
||||||
var imageLoadertask = ImageLoader.InitializeAsync();
|
var imageLoaderTask = ImageLoader.InitializeAsync();
|
||||||
|
|
||||||
Http.Proxy = _settings.Proxy;
|
Http.Proxy = _settings.Proxy;
|
||||||
|
|
||||||
// Initialize plugin manifest before initializing plugins so that they can use the manifest instantly
|
// Initialize plugin manifest before initializing plugins so that they can use the manifest instantly
|
||||||
await API.UpdatePluginManifestAsync();
|
await API.UpdatePluginManifestAsync();
|
||||||
|
|
||||||
await imageLoadertask;
|
await imageLoaderTask;
|
||||||
|
|
||||||
_mainWindow = new MainWindow();
|
_mainWindow = new MainWindow();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue