🐛[bugfix] Model : マージに合わせてoverlayの処理を修正
- overlay off時にParameterを変更できるように修正 - overlay終了処理時を修正 - Easter Eggのコメントアウトを削除
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user