[chronojump] Do not send log at start on Raspberry



commit 7899973bf9c8f2d888b3364a2e227fff6e51930f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jul 15 11:33:49 2020 +0200

    Do not send log at start on Raspberry

 src/chronojump.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 3992606c..76d7aa32 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -526,7 +526,7 @@ public class ChronoJump
                                }
                                splashWin.ShowButtonClose();
                        } else {
-                               if(configChronojump.Compujump)
+                               if(configChronojump.Compujump || configChronojump.Raspberry)
                                        startChronojump(false); //don't sendLog
                                else
                                        startChronojump(true); //sendLog


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