Added Twinkle Tray. (#157)

* added .idea to .gitignore

* added twinkle tray for winget

* added Twinkle Tray checkbox

* added code for if twinkle tray is checked
This commit is contained in:
El Hadji Ndiaye
2022-09-19 09:35:03 -07:00
committed by GitHub
parent 6baf61a491
commit 25bd77bb8b
4 changed files with 10 additions and 1 deletions

View File

@ -417,7 +417,11 @@ $WPFinstall.Add_Click({
If ( $WPFInstallzoom.IsChecked -eq $true ) {
$wingetinstall.Add("Zoom.Zoom")
$WPFInstallzoom.IsChecked = $false
}
}
If ( $WPFInstalltwinkletray.IsChecked -eq $true ) {
$wingetinstall.Add("xanderfrangos.twinkletray")
$WPFInstalltwinkletray.IsChecked = $false
}
# Check if winget is installed
Write-Host "Checking if Winget is Installed..."