Lf94/eco mode save the planet (#2940)

* Trigger shutdown operations after each test

* Idle mode states

* Don't show the reconnect when coming back from tab
This commit is contained in:
49fl
2024-07-07 13:10:52 -04:00
committed by GitHub
parent a85c1a9375
commit 8ebe78c664
7 changed files with 119 additions and 24 deletions

View File

@ -163,6 +163,8 @@ export const ModelingMachineProvider = ({
store.videoElement?.pause()
kclManager.executeCode(true).then(() => {
if (engineCommandManager.engineConnection?.freezeFrame) return
store.videoElement?.play()
})
})()