Address some formatting things and update Packages

This commit is contained in:
2021-08-06 22:35:21 -05:00
parent e08ba30d91
commit 67741eccee
26 changed files with 8042 additions and 9159 deletions
@@ -57,7 +57,7 @@ namespace qController.ViewModels
{
QServerViewModel serverToRemove = null;
foreach(var serverGroup in ServersGrouped)
foreach(QServerViewModel serverGroup in ServersGrouped)
{
if (serverGroup.host.Equals(args.server.host))
{
@@ -86,7 +86,7 @@ namespace qController.ViewModels
if (!autoUpdate)
{
Log.Debug("[QBrowserViewModel] Manual Scan Initiated");
this.browser.ProbeForQLabInstances();
browser.ProbeForQLabInstances();
}
}
}