Skip to content

qml: don't show pined controls in fullscreen mode

Pierre Lamot requested to merge chub/vlc:qt/no-pined-in-fullscreen into master

when the player uses the fullscreen mode, the video should take the whole screen space, using pined controls in this mode limits the available space for the video to be displayed. We fallback to the non-pined mode in this case.

Merge request reports