mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
move naming from winutil to wpf
This commit is contained in:
parent
bb39be794b
commit
1132d53944
@ -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"
|
||||
|
||||
|
||||
#===========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user