Added option to enable ssh server under config tab

This commit is contained in:
Saksham Singh
2024-09-15 20:07:08 +05:30
parent f7ba201fbf
commit ade414284d
3 changed files with 90 additions and 1 deletions

View File

@ -59,5 +59,6 @@ function Invoke-WPFButton {
"WPFCloseButton" {Invoke-WPFCloseButton}
"MicrowinScratchDirBT" {Invoke-ScratchDialog}
"WPFWinUtilPSProfile" {Invoke-WinUtilpsProfile}
"WPFWinUtilSSHServer" {Invoke-WinUtilSSHServer}
}
}