mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-09 17:33:50 +00:00
Address some formatting things and update Packages
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user