Fix HTML5 fullscreen
This commit is contained in:
parent
d5dcec4320
commit
a6db700886
@ -683,7 +683,7 @@ class _WebEnginePermissions(QObject):
|
||||
self._tab.data.fullscreen = on
|
||||
self._tab.fullscreen_requested.emit(on)
|
||||
if on:
|
||||
notification = miscwidgets.FullscreenNotification(self)
|
||||
notification = miscwidgets.FullscreenNotification(self._widget)
|
||||
notification.show()
|
||||
notification.set_timeout(3000)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user