From cd33a8cca2530dbe8a8bd2e9fac5adc6d03138dd Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Sat, 1 Apr 2023 16:14:31 +0200 Subject: [PATCH] uncomment unused variables --- Winget-AutoUpdate/User-Run.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Winget-AutoUpdate/User-Run.ps1 b/Winget-AutoUpdate/User-Run.ps1 index 13e0974..5c87ae3 100644 --- a/Winget-AutoUpdate/User-Run.ps1 +++ b/Winget-AutoUpdate/User-Run.ps1 @@ -44,9 +44,9 @@ Get-NotifLocale #Set common variables $OnClickAction = "$WorkingDir\logs\updates.log" $Button1Text = $NotifLocale.local.outputs.output[11].message -$Title = "Winget-AutoUpdate (WAU)" -$Balise = "Winget-AutoUpdate (WAU)" -$UserRun = $True +#$Title = "Winget-AutoUpdate (WAU)" +#$Balise = "Winget-AutoUpdate (WAU)" +#$UserRun = $True if ($Logs) { if (Test-Path "$WorkingDir\logs\updates.log") {