🐛[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

@@ -697,7 +697,7 @@ class Model:
ui_scaling = config.OVERLAY_SETTINGS["ui_scaling"]
self.overlay.updateUiScaling(ui_scaling)
def stopOverlay(self):
self.overlay.setStopOverlay()
def shutdownOverlay(self):
self.overlay.shutdownOverlay()
model = Model()