👍️[Update] Model : steamVRが起動してる最中のみoverlayが動作するように修正

This commit is contained in:
misyaguziya
2024-04-27 05:45:45 +09:00
parent f508dd6114
commit dcdcf1aeea
3 changed files with 30 additions and 11 deletions

View File

@@ -161,7 +161,7 @@ def receiveSpeakerMessage(message):
xsoverlay_message = messageFormatter("RECEIVED", translation, message)
model.notificationXSOverlay(xsoverlay_message)
if model.th_overlay is None:
if model.overlay.initialized is False:
model.startOverlay()
if config.ENABLE_OVERLAY_SMALL_LOG is True: