[chronojump/optimizeRFD] Hidden the button_force_sensor_sync for release until it works



commit 113bca21122e58b193a7f6bdd22b73cb91825328
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Dec 31 13:34:54 2020 +0100

    Hidden the button_force_sensor_sync for release until it works

 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 181307d0d..f65d772ac 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -3233,7 +3233,7 @@ public partial class ChronoJumpWindow
                        hbox_contacts_sup_capture_analyze_two_buttons.Visible = true;
                        alignment_button_threshold.Visible = false;
                        alignment_button_force_sensor_adjust.Visible = true;
-                       button_force_sensor_sync.Visible = true;
+                       //button_force_sensor_sync.Visible = true; //TODO: show again when it fully works, 
now is hidden for 2.1.0 release
                        //notebook_capture_analyze.GetNthPage(2).Hide(); //hide jumpsProfile on other tests
 
                        event_graph_label_graph_test.Visible = true;


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