Remove note about fixed Qt bug

This commit is contained in:
Kovid Goyal 2022-03-03 07:28:58 +05:30
parent 21c6ceda01
commit 6786099274
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -198,8 +198,6 @@ def on_keydown(self, ev):
if ev.key is 'Escape':
self.hide()
return
# Note that in the standalone viewer MediaPlayPause is currently broken
# in Qt: https://bugreports.qt.io/browse/QTBUG-89915
if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause':
self.toggle()
return