[vlc-commits] [Git][videolan/vlc][master] qml: disable acrylic on PlaylistDetachedWindow
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Sun Oct 10 17:29:11 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
08bd9670 by Prince Gupta at 2021-10-10T17:07:08+00:00
qml: disable acrylic on PlaylistDetachedWindow
fixes #26167
- - - - -
1 changed file:
- modules/gui/qt/playlist/qml/PlaylistDetachedWindow.qml
Changes:
=====================================
modules/gui/qt/playlist/qml/PlaylistDetachedWindow.qml
=====================================
@@ -50,6 +50,8 @@ Window {
PlaylistListView {
id: playlistView
+
+ useAcrylic: false
focus: true
anchors.fill: parent
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08bd96702178761664738e460001e68c6efeff91
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/08bd96702178761664738e460001e68c6efeff91
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list