replaced another bunch, and some fixes

This commit is contained in:
dakkar 2024-06-22 13:55:21 +01:00
parent 712682ea47
commit b675c66d70
22 changed files with 37 additions and 28 deletions

View file

@ -197,7 +197,7 @@ function showMenu(ev: MouseEvent) {
},
...(document.pictureInPictureEnabled ? [{
text: i18n.ts._mediaControls.pip,
icon: 'ph ph-picture-in-picture',
icon: 'ti ti-picture-in-picture',
action: togglePictureInPicture,
}] : []),
{