[vlc-commits] macosx: hide playmode buttons by default

Felix Paul Kühne git at videolan.org
Mon Apr 22 00:11:07 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Apr 22 00:11:01 2013 +0200| [90e82fb62600559e0736f5ea3fc312ff8e5f97d1] | committer: Felix Paul Kühne

macosx: hide playmode buttons by default

This is just to gather feedback during the beta

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90e82fb62600559e0736f5ea3fc312ff8e5f97d1
---

 modules/gui/macosx/macosx.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/macosx.m b/modules/gui/macosx/macosx.m
index 87cce99..3ecdbb9 100644
--- a/modules/gui/macosx/macosx.m
+++ b/modules/gui/macosx/macosx.m
@@ -141,7 +141,7 @@ vlc_module_begin()
         add_bool("macosx-nativefullscreenmode", false, NATIVE_FULLSCREEN_MODE_ON_LION_TEXT, NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT, false)
         add_bool("macosx-icon-change", true, ICONCHANGE_TEXT, ICONCHANGE_LONGTEXT, true)
         add_bool("macosx-show-playback-buttons", false, JUMPBUTTONS_TEXT, JUMPBUTTONS_LONGTEXT, false)
-        add_bool("macosx-show-playmode-buttons", true, PLAYMODEBUTTONS_TEXT, PLAYMODEBUTTONS_LONGTEXT, false)
+        add_bool("macosx-show-playmode-buttons", false, PLAYMODEBUTTONS_TEXT, PLAYMODEBUTTONS_LONGTEXT, false)
         add_bool("macosx-show-effects-button", false, EFFECTSBUTTON_TEXT, EFFECTSBUTTON_LONGTEXT, false)
         add_bool("macosx-show-sidebar", true, SIDEBAR_TEXT, SIDEBAR_LONGTEXT, false)
 



More information about the vlc-commits mailing list