File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Sources/Winget-AutoUpdate Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments