1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

qml/Player: Add 'Audio Player' custom toolbar support

This commit is contained in:
Benjamin Arnaud 2022-02-16 17:54:52 +01:00 committed by Hugo Beauzée-Luyssen
parent 335b019ab7
commit 999a8e9ad2

View File

@ -547,7 +547,8 @@ FocusScope {
onRequestLockUnlockAutoHide: rootPlayer.lockUnlockAutoHide(lock, source)
identifier: PlayerControlbarModel.Mainplayer
identifier: (Player.hasVideoOutput) ? PlayerControlbarModel.Mainplayer
: PlayerControlbarModel.Audioplayer
}
}
}