Lf94/pause improvements (#3032)
* Add stream idle mode as a setting (default is off) * Add pause icon
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user