Lf94/pause improvements (#3032)

* Add stream idle mode as a setting (default is off)

* Add pause icon
This commit is contained in:
49fl
2024-07-16 22:45:11 -04:00
committed by GitHub
parent d9d0a72306
commit 482833c88f
11 changed files with 136 additions and 36 deletions

View File

@ -1081,7 +1081,7 @@ export const modelingMachine = createMachine(
type: 'start_path',
},
})
if (!engineCommandManager.engineConnection?.freezeFrame) {
if (!engineCommandManager.engineConnection?.idleMode) {
store.videoElement?.play()
}
if (updatedAst?.selections) {