diff --git a/parts/scenes/quit.lua b/parts/scenes/quit.lua index 2838a906..89cebed3 100644 --- a/parts/scenes/quit.lua +++ b/parts/scenes/quit.lua @@ -10,8 +10,8 @@ function scene.sceneInit() end else MES.update(1e99) - SETTING.powerInfo=false - SETTING.tapFX=false + Z.setPowerInfo(false) + Z.setClickFX(false) VERSION.string="" MES.new('error',"Please swipe up or press Home button to quit Techmino on iOS",1e99) end