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
1 changed files with 2 additions and 1 deletions

View File

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