systray
Sean McArdle 2016-11-21 16:16:59 -08:00
parent a59b5f2215
commit a20f4270f4
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ namespace WifiSitterGui.ViewModel
}
}
public ObservableCollection<string> IgnoredNics {
get {
if (NetState == null) return null;