Fix current step in tour

This commit is contained in:
Héctor Ramón Jiménez 2023-04-11 05:57:31 +02:00
parent aa0be30656
commit 45015e37d4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -132,7 +132,7 @@ impl Steps {
Step::Debugger,
Step::End,
],
current: 8,
current: 0,
}
}