mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix formatting
This commit is contained in:
parent
007583911f
commit
c8f15f898e
2 changed files with 1 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ namespace Flow.Launcher.Infrastructure.Http
|
||||||
var userName when string.IsNullOrEmpty(userName) =>
|
var userName when string.IsNullOrEmpty(userName) =>
|
||||||
(new Uri($"http://{Proxy.Server}:{Proxy.Port}"), null),
|
(new Uri($"http://{Proxy.Server}:{Proxy.Port}"), null),
|
||||||
_ => (new Uri($"http://{Proxy.Server}:{Proxy.Port}"),
|
_ => (new Uri($"http://{Proxy.Server}:{Proxy.Port}"),
|
||||||
new NetworkCredential(Proxy.UserName, Proxy.Password))
|
new NetworkCredential(Proxy.UserName, Proxy.Password))
|
||||||
},
|
},
|
||||||
_ => (null, null)
|
_ => (null, null)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -77,9 +77,6 @@ namespace Flow.Launcher
|
||||||
await PluginManager.InitializePlugins(API);
|
await PluginManager.InitializePlugins(API);
|
||||||
var window = new MainWindow(_settings, _mainVM);
|
var window = new MainWindow(_settings, _mainVM);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Log.Info($"|App.OnStartup|Dependencies Info:{ErrorReporting.DependenciesInfo()}");
|
Log.Info($"|App.OnStartup|Dependencies Info:{ErrorReporting.DependenciesInfo()}");
|
||||||
|
|
||||||
Current.MainWindow = window;
|
Current.MainWindow = window;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue