Skip to content

Commit

Permalink
Merge pull request #107 from sachaos/fix-bug-on-switching-timemachine
Browse files Browse the repository at this point in the history
Fix bug of switching time machine
  • Loading branch information
sachaos committed Oct 15, 2023
2 parents afa3b91 + ddbd82b commit 5a6a620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions viddy.go
Expand Up @@ -164,6 +164,8 @@ func (v *Viddy) SetIsTimeMachine(b bool) {
v.isTimeMachine = b
if !v.isTimeMachine {
v.setSelection(v.latestFinishedID, -1)
} else {
v.goToNowOnTimeMachine()
}

v.arrange()
Expand Down

0 comments on commit 5a6a620

Please sign in to comment.