mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-30 18:12:33 -05:00
move naming from winutil to wpf
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
function Invoke-WinUtilUIElements {
|
||||
function Invoke-WPFUIElements {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Adds UI elements to a specified Grid in the WinUtil GUI based on a JSON configuration.
|
@ -85,9 +85,9 @@ try {
|
||||
|
||||
|
||||
# Load the configuration files
|
||||
Invoke-WinUtilUIElements -configVariable $sync.configs.applications -panel "install"
|
||||
Invoke-WinUtilUIElements -configVariable $sync.configs.tweaks -panel "tweaks"
|
||||
Invoke-WinUtilUIElements -configVariable $sync.configs.feature -panel "features"
|
||||
Invoke-WPFUIElements -configVariable $sync.configs.applications -panel "install"
|
||||
Invoke-WPFUIElements -configVariable $sync.configs.tweaks -panel "tweaks"
|
||||
Invoke-WPFUIElements -configVariable $sync.configs.feature -panel "features"
|
||||
|
||||
|
||||
#===========================================================================
|
||||
|
Reference in New Issue
Block a user