Hide 'Encryption', 'Authentication', 'Compression' menus in Edit Favorites.

This commit is contained in:
Brendan Shanks 2021-01-16 23:07:17 -08:00
parent 003b6c6407
commit 336f62e29b
1 changed files with 5 additions and 0 deletions

View File

@ -1800,6 +1800,11 @@ void ShowSessPanel(DialogPtr dptr, short panel)
ShowDialogItem(dptr, 93);
/* NONO */
// Hide "Encryption", "Authentication", "Compression" menus
HideDialogItem(dptr, 62);
HideDialogItem(dptr, 73);
HideDialogItem(dptr, 74);
// Don't show "Initialize SSH Key" and "Export public key" buttons
HideDialogItem(dptr, 63);
HideDialogItem(dptr, 79);