Add comment for duplicate cases

Cases 3 & 4 both require the user to manually enter Gateway credentials. Comment added for code readability.
This commit is contained in:
Ahmed ElSherbiny
2025-08-08 09:43:03 -07:00
parent 878845941d
commit 757932ed4a

View File

@@ -172,9 +172,11 @@ namespace mRemoteNG.Config.Serializers.MiscSerializers
connectionInfo.RDGatewayUseConnectionCredentials = RDGatewayUseConnectionCredentials.Yes;
break;
case "3":
// Both 3 and 4 require that the user enter gateway credentials manually
connectionInfo.RDGatewayUseConnectionCredentials = RDGatewayUseConnectionCredentials.No;
break;
case "4":
// Both 3 and 4 require that the user enter gateway credentials manually
connectionInfo.RDGatewayUseConnectionCredentials = RDGatewayUseConnectionCredentials.No;
break;
case "5":