[Microwin] Fix & Cleanup UI (#3426)

* hide MicrowinISOPanel on proceeding steps

* fix textbox styling + remove Password text

* MicroWinPanelToggling
This commit is contained in:
MyDrift
2025-06-26 19:21:49 +02:00
committed by GitHub
parent 28958938fc
commit e74258acf4
5 changed files with 74 additions and 4 deletions

View File

@ -62,5 +62,6 @@ function Invoke-WPFButton {
"WPFWinUtilUninstallPSProfile" {Invoke-WinUtilUninstallPSProfile}
"WPFWinUtilSSHServer" {Invoke-WPFSSHServer}
"WPFselectedAppsButton" {$sync.selectedAppsPopup.IsOpen = -not $sync.selectedAppsPopup.IsOpen}
"WPFMicrowinPanelBack" {Toggle-MicrowinPanel 1}
}
}