[chronojump] button video capture show also on windows



commit c00cc88c073c8c0326baf8a503dece43044d9aae
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jan 9 18:30:57 2019 +0100

    button video capture show also on windows

 src/gui/chronojump.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index a6b3d2b4..44d62c82 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -592,7 +592,9 @@ public partial class ChronoJumpWindow
                loadPreferencesAtStart ();
 
                //TODO: make this visible for all systems when it finally works
-               checkbutton_video.Visible = (UtilAll.GetOSEnum() == UtilAll.OperatingSystems.LINUX);
+               checkbutton_video.Visible = (
+                               UtilAll.GetOSEnum() == UtilAll.OperatingSystems.LINUX ||
+                               UtilAll.GetOSEnum() == UtilAll.OperatingSystems.WINDOWS);
 
                if(topMessage != "") {
                        label_message_at_start.Text = topMessage;


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