[Update] Add UI and config: Overlay Rotation X,Y,Z.

This commit is contained in:
Sakamoto Shiina
2024-05-11 00:40:11 +09:00
parent ea21b1b644
commit 2e1d0591b7
4 changed files with 90 additions and 1 deletions

View File

@@ -903,6 +903,15 @@ def callbackSetOverlaySmallLogSettings(value, set_type:str):
model.updateOverlayPosition()
case "depth":
model.updateOverlayPosition()
case "x_rotation":
pass
# update rotation
case "y_rotation":
pass
# update rotation
case "z_rotation":
pass
# update rotation
case "display_duration":
model.updateOverlayTimes()
case "fadeout_duration":