qml: fix qt6 parameters injection warning from BannerSource

This commit is contained in:
Pierre Lamot 2024-01-24 14:44:18 +01:00 committed by Steve Lhomme
parent 40573cb3a6
commit fc787fe385
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ FocusScope {
plListView: playlist
onItemClicked: {
onItemClicked: (index) => {
const name = g_mainDisplay.tabModel.get(index).name
//don't add the ["mc"] prefix as we are only testing subviers from MainDisplay