Skip to content

Commit 7020172

Browse files
committed
Better
1 parent 19dacbb commit 7020172

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Sources/Winget-AutoUpdate/WAU-Settings-GUI.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Function Start-PopUp ($Message) {
5959
if (!$PopUpWindow) {
6060

6161
# Load XAML from config file
62-
$xamlConfigPath = Join-Path $Script:WorkingDir "config\xaml-popup.txt"
62+
$xamlConfigPath = Join-Path $Script:WorkingDir "config\xaml-settings-popup.txt"
6363
if (Test-Path $xamlConfigPath) {
6464
$inputXML = Get-Content $xamlConfigPath -Raw
6565

@@ -903,7 +903,7 @@ function Show-WAUSettingsGUI {
903903
$currentConfig = Get-WAUCurrentConfig
904904

905905
# Load XAML from config file
906-
$xamlConfigPath = Join-Path $Script:WorkingDir "config\xaml-window.txt"
906+
$xamlConfigPath = Join-Path $Script:WorkingDir "config\xaml-settings-window.txt"
907907
if (Test-Path $xamlConfigPath) {
908908
$inputXML = Get-Content $xamlConfigPath -Raw
909909

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)