move naming from winutil to wpf

This commit is contained in:
MyDrift 2024-08-09 19:40:14 +02:00
parent bb39be794b
commit 1132d53944
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
function Invoke-WinUtilUIElements { function Invoke-WPFUIElements {
<# <#
.SYNOPSIS .SYNOPSIS
Adds UI elements to a specified Grid in the WinUtil GUI based on a JSON configuration. Adds UI elements to a specified Grid in the WinUtil GUI based on a JSON configuration.

View File

@ -85,9 +85,9 @@ try {
# Load the configuration files # Load the configuration files
Invoke-WinUtilUIElements -configVariable $sync.configs.applications -panel "install" Invoke-WPFUIElements -configVariable $sync.configs.applications -panel "install"
Invoke-WinUtilUIElements -configVariable $sync.configs.tweaks -panel "tweaks" Invoke-WPFUIElements -configVariable $sync.configs.tweaks -panel "tweaks"
Invoke-WinUtilUIElements -configVariable $sync.configs.feature -panel "features" Invoke-WPFUIElements -configVariable $sync.configs.feature -panel "features"
#=========================================================================== #===========================================================================