[chronojump] networks always without lateral person win



commit 94e95211530a7f211cf01a029856b0a9585c92f8
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jul 18 16:20:46 2019 +0200

    networks always without lateral person win

 src/gui/networks.cs | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index 8060cf6c..279581d1 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -160,6 +160,13 @@ public partial class ChronoJumpWindow
                        showWebcamCaptureContactsControls (false); //contacts
                        hbox_video_encoder.Visible = false;
 
+                       //networks always without lateral person win
+                       //also this is important for seing label_rfid_encoder_wait
+                       SqlitePreferences.Update("personWinHide", "True", false);
+                       preferences.personWinHide = true;
+                       configChronojump.PersonWinHide = true;
+                       showPersonsOnTop(true);
+
                        if(configChronojump.CompujumpStationMode != Constants.Menuitem_modes.UNDEFINED)
                        {
                                //select_menuitem_mode_toggled(configChronojump.CompujumpStationMode);


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