Refactored to only having one executor per platform
This commit is contained in:
@ -110,7 +110,7 @@ namespace Aurora.Frontend.Components.HostSelector
|
||||
{
|
||||
string newVal = newValue as string;
|
||||
HostSelector instance = bindable as HostSelector;
|
||||
if (instance.HostnameEntry.Text != newValue)
|
||||
if (instance.HostnameEntry.Text != newVal)
|
||||
{
|
||||
instance.HostnameEntry.Text = newVal;
|
||||
}
|
||||
|
Reference in New Issue
Block a user