🐛[bugfix] Model : マージに合わせてoverlayの処理を修正

- overlay off時にParameterを変更できるように修正
- overlay終了処理時を修正
- Easter Eggのコメントアウトを削除
This commit is contained in:
misyaguziya
2024-05-08 11:45:28 +09:00
parent 457c4a48f9
commit 32ad466d9d
5 changed files with 41 additions and 39 deletions

View File

@@ -882,7 +882,8 @@ def callbackSetEnableOverlaySmallLog(value):
if model.overlay.initialized is False and model.overlay.checkSteamvrRunning() is True:
model.startOverlay()
elif config.ENABLE_OVERLAY_SMALL_LOG is False:
pass
model.clearOverlayImage()
model.shutdownOverlay()
def callbackSetOverlaySmallLogSettings(value, set_type:str):
print("callbackSetOverlaySmallLogSettings", value, set_type)