Reset tour start to 0
This commit is contained in:
parent
6943041e0f
commit
6b25b4df22
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ impl Steps {
|
||||||
Step::Debugger,
|
Step::Debugger,
|
||||||
Step::End,
|
Step::End,
|
||||||
],
|
],
|
||||||
current: 6,
|
current: 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue