mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove note about fixed Qt bug
This commit is contained in:
parent
5d769e7188
commit
8bf10b1056
@ -198,8 +198,6 @@ class ReadAloud:
|
|||||||
if ev.key is 'Escape':
|
if ev.key is 'Escape':
|
||||||
self.hide()
|
self.hide()
|
||||||
return
|
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':
|
if ev.key is ' ' or ev.key is 'MediaPlayPause' or ev.key is 'PlayPause':
|
||||||
self.toggle()
|
self.toggle()
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user