Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed May 25, 2024
1 parent aedc010 commit 60a7993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8382,7 +8382,7 @@ https://t.me/emadadel4
{


$result = [System.Windows.MessageBox]::Show("Do you want to install $($selectedApps.Count) selected apps", "ITT | Emad Adel", [System.Windows.MessageBoxButton]::YesNo, [System.Windows.MessageBoxImage]::Question)
$result = [System.Windows.MessageBox]::Show("Do you want to install selected apps", "ITT | Emad Adel", [System.Windows.MessageBoxButton]::YesNo, [System.Windows.MessageBoxImage]::Question)

if($result -eq "Yes")
{
Expand Down

0 comments on commit 60a7993

Please sign in to comment.