Skip to content

Commit d8e4f9f

Browse files
committed
XAML Files is a thing :)
1 parent ab5f31f commit d8e4f9f

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-settings-popup.txt"
62+
$xamlConfigPath = Join-Path $Script:WorkingDir "config\settings-popup.xaml"
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-settings-window.txt"
906+
$xamlConfigPath = Join-Path $Script:WorkingDir "config\settings-window.xaml"
907907
if (Test-Path $xamlConfigPath) {
908908
$inputXML = Get-Content $xamlConfigPath -Raw
909909

Sources/Winget-AutoUpdate/config/xaml-settings-popup.txt renamed to Sources/Winget-AutoUpdate/config/settings-popup.xaml

File renamed without changes.

Sources/Winget-AutoUpdate/config/xaml-settings-window.txt renamed to Sources/Winget-AutoUpdate/config/settings-window.xaml

File renamed without changes.

0 commit comments

Comments
 (0)