Add God Mode panel to Legacy Windows Panels (#3264)

This commit is contained in:
Martin Wiethan
2025-03-19 20:00:30 +01:00
committed by GitHub
parent 4acad32a38
commit b3dd1a1a50
3 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,7 @@ function Invoke-WPFButton {
"WPFPanelprinter" {Invoke-WPFControlPanel -Panel $button}
"WPFPanelsystem" {Invoke-WPFControlPanel -Panel $button}
"WPFPaneluser" {Invoke-WPFControlPanel -Panel $button}
"WPFPanelGodMode" {Invoke-WPFControlPanel -Panel $button}
"WPFUpdatesdefault" {Invoke-WPFFixesUpdate}
"WPFFixesUpdate" {Invoke-WPFFixesUpdate}
"WPFFixesWinget" {Invoke-WPFFixesWinget}