Remove note about fixed Qt bug

This commit is contained in:
Kovid Goyal 2022-03-03 07:28:58 +05:30
parent 5d769e7188
commit 8bf10b1056
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -198,8 +198,6 @@ class ReadAloud:
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