qml: fix PlaybackSpeed Popup not loading

This commit is contained in:
Prince Gupta 2024-03-21 17:01:13 +05:30 committed by François Cartegnie
parent d3d50d3576
commit d4e2fd65dc
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ Widgets.IconToolButton {
color: (popup.visible) ? control.colorContext.accent : control.colorContext.fg.primary
size: VLCStyle.icon_toolbar
// FIXME: We can't use upItem because a Popup is not an Item.
Navigation.upAction: function() {
if (popup.visible) {