Skip to content

Commit

Permalink
Update Install-Apps.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh0ami010 committed Jul 1, 2024
1 parent 231b6f9 commit 749d700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/Core/Install-Apps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ function Invoke-Install {
{
# Retrieve localized messages for confirmation dialog and UI elements
$areyousuremsg = $sync.database.locales.$($sync.Langusege).InstallMessage

$result = [System.Windows.MessageBox]::Show($areyousuremsg, "ITT | Emad Adel", [System.Windows.MessageBoxButton]::YesNo, [System.Windows.MessageBoxImage]::Question)

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

0 comments on commit 749d700

Please sign in to comment.