fix replay
This commit is contained in:
parent
ed94de3c7c
commit
bd8e11d603
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ export default {
|
||||||
setPiecesDone: (v) => { this.piecesDone = v },
|
setPiecesDone: (v) => { this.piecesDone = v },
|
||||||
setPiecesTotal: (v) => { this.piecesTotal = v },
|
setPiecesTotal: (v) => { this.piecesTotal = v },
|
||||||
togglePreview: () => { this.toggle('preview', false) },
|
togglePreview: () => { this.toggle('preview', false) },
|
||||||
|
setConnectionState: (v) => { this.connectionState = v },
|
||||||
setReplaySpeed: (v) => { this.replay.speed = v },
|
setReplaySpeed: (v) => { this.replay.speed = v },
|
||||||
setReplayPaused: (v) => { this.replay.paused = v },
|
setReplayPaused: (v) => { this.replay.paused = v },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue