[chronojump] RSA available for Wichro (again?)



commit 9fb1cd774549ba30017d3b19469de0c862ad5707
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Feb 25 13:09:20 2022 +0100

    RSA available for Wichro (again?)

 src/gui/app1/chronojump.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 068120eb4..1ff198497 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -4626,7 +4626,7 @@ public partial class ChronoJumpWindow
                else if(current_mode == Constants.Modes.RUNSINTERVALLIC)
                {
                        //RSA runs cannot be simulated because it's complicated to manage the countdown 
event...
-                       if(currentRunIntervalType.IsRSA && ! canCaptureC) {
+                       if(currentRunIntervalType.IsRSA && ! canCaptureC && ! wireless) {
                                new DialogMessage(Constants.MessageTypes.WARNING, 
                                                Catalog.GetString("Sorry, RSA tests cannot be simulated."));
                                return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]