Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Oct 2, 2019
1 parent 7cd8caa commit da82a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Source/NETworkManager/ViewModels/WiFiViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,10 @@ private void ReloadAdapterAction()

private bool ScanNetworks_CanExecute(object obj) => !IsNetworksLoading;


private void ScanNetworksAction()
{
ScanNetworks(SelectedAdapter.WiFiAdapter);
}

#endregion

#region Methods
Expand Down Expand Up @@ -296,5 +294,4 @@ private void SettingsManager_PropertyChanged(object sender, PropertyChangedEvent
}
#endregion
}
}

}
2 changes: 1 addition & 1 deletion Source/NETworkManager/Views/WiFiView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
<TextBlock Text="{x:Static localization:Strings.SearchingWiFiAdaptersDots}" Style="{StaticResource MessageTextBlock}" />
</StackPanel>
</StackPanel>
</Grid>
</Grid>
</TabItem>
</TabControl>
</UserControl>

0 comments on commit da82a01

Please sign in to comment.