[vlc-commits] [Git][videolan/vlc][master] qt: remove call to showPlayer
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Oct 6 08:33:22 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b6afedd0 by mohit-marathe at 2023-10-06T08:16:59+00:00
qt: remove call to showPlayer
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -555,7 +555,6 @@ FocusScope {
onHasVideoOutputChanged: {
if (Player.hasVideoOutput && MainCtx.hasEmbededVideo) {
if (!History.match(History.viewPath, ["player"]))
- g_mainDisplay.showPlayer()
History.push(["player"])
} else {
_showMiniPlayer = false;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b6afedd0fbf7f84f5fd4a4cb2ba943bdaf7dfaa8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b6afedd0fbf7f84f5fd4a4cb2ba943bdaf7dfaa8
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list