Wayland OSD is fullscreen now, fixes bug where it's off center

This commit is contained in:
Ignacio Rivero 2025-02-26 15:36:47 -03:00
parent 33d7cb65f9
commit 361f09c728

View File

@ -289,6 +289,9 @@ def qt_process():
osd.close_widget()
# Create new OSD
osd = OsdWidget(command['channel_info'])
if is_wayland:
osd.showFullScreen()
else:
osd.show()
elif command['action'] == 'start_close':
if osd is not None: