Added advanced preset to tweaks (#4538)

* Update preset.json

* Update Invoke-WPFButton.ps1

* Update inputXML.xaml
This commit is contained in:
Gabi
2026-05-26 13:21:12 -07:00
committed by GitHub
parent b379574574
commit 9b72c1e2de
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ function Invoke-WPFButton {
"WPFExpandAllCategories" {Invoke-WPFToggleAllCategories -Action "Expand"}
"WPFStandard" {Invoke-WPFPresets "Standard" -checkboxfilterpattern "WPFTweak*"}
"WPFMinimal" {Invoke-WPFPresets "Minimal" -checkboxfilterpattern "WPFTweak*"}
"WPFAdvanced" {Invoke-WPFPresets "Advanced" -checkboxfilterpattern "WPFTweak*"}
"WPFClearTweaksSelection" {Invoke-WPFPresets -imported $true -checkboxfilterpattern "WPFTweak*"}
"WPFClearInstallSelection" {Invoke-WPFPresets -imported $true -checkboxfilterpattern "WPFInstall*"}
"WPFtweaksbutton" {Invoke-WPFtweaksbutton}