diff --git a/src/pyj/read_book/read_aloud.pyj b/src/pyj/read_book/read_aloud.pyj index 1145817da9..37fbe7d341 100644 --- a/src/pyj/read_book/read_aloud.pyj +++ b/src/pyj/read_book/read_aloud.pyj @@ -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