Skip to content
Snippets Groups Projects
Commit 87636f2f authored by Claudio Cambra's avatar Claudio Cambra Committed by Steve Lhomme
Browse files

macosx: Set native full screen mode to on by default


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent ef1baaee
No related branches found
No related tags found
1 merge request!5340macosx: Set native full screen mode to on by default
Pipeline #467055 passed with warnings with stage
in 59 minutes and 45 seconds
......@@ -135,7 +135,7 @@ vlc_module_begin()
cannot_unload_broken_library()
set_section(N_("Appearance"), 0)
add_bool("macosx-nativefullscreenmode", false, NATIVE_FULLSCREEN_MODE_ON_LION_TEXT, NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT)
add_bool("macosx-nativefullscreenmode", true, NATIVE_FULLSCREEN_MODE_ON_LION_TEXT, NATIVE_FULLSCREEN_MODE_ON_LION_LONGTEXT)
add_bool("macosx-statusicon", true, DISPLAY_STATUS_ICONMENU_TEXT, DISPLAY_STATUS_ICONMENU_LONGTEXT)
add_bool("macosx-icon-change", true, ICONCHANGE_TEXT, ICONCHANGE_LONGTEXT)
add_integer_with_range("macosx-max-volume", 125, 60, 200, VOLUME_MAX_TEXT, NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment