Added Simplewall for Install Requested Feature ChrisTitusTech#56 (#205)

This commit is contained in:
Padsala Tushal
2022-10-03 02:37:41 +05:30
committed by GitHub
parent 69c95a4bec
commit cb7643d087
3 changed files with 10 additions and 2 deletions

View File

@ -417,7 +417,11 @@ $WPFinstall.Add_Click({
If ( $WPFInstallwireshark.IsChecked -eq $true ) {
$wingetinstall.Add("WiresharkFoundation.Wireshark")
$WPFInstallwireshark.IsChecked = $false
}
}
If ( $WPFInstallsimplewall.IsChecked -eq $true ) {
$wingetinstall.Add("Henry++.simplewall")
$WPFInstallsimplewall.IsChecked = $false
}
If ( $WPFInstallzoom.IsChecked -eq $true ) {
$wingetinstall.Add("Zoom.Zoom")
$WPFInstallzoom.IsChecked = $false