remove 'skip non action phases' toggle
This commit is contained in:
parent
ac0116fc52
commit
b43d45ecc6
4 changed files with 2 additions and 15 deletions
|
|
@ -528,10 +528,6 @@ export async function main(
|
|||
doSetSpeedStatus()
|
||||
}
|
||||
|
||||
const replayOnSkipToggle = () => {
|
||||
REPLAY.skipNonActionPhases = !REPLAY.skipNonActionPhases
|
||||
}
|
||||
|
||||
const intervals: NodeJS.Timeout[] = []
|
||||
let to: NodeJS.Timeout
|
||||
const clearIntervals = () => {
|
||||
|
|
@ -926,7 +922,6 @@ export async function main(
|
|||
replayOnSpeedUp,
|
||||
replayOnSpeedDown,
|
||||
replayOnPauseToggle,
|
||||
replayOnSkipToggle,
|
||||
previewImageUrl,
|
||||
player: {
|
||||
background: playerBgColor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue