()
| 227 | } |
| 228 | |
| 229 | export function initTutorial(): void { |
| 230 | const tutorial = getTutorial(); |
| 231 | tutorial.init(); |
| 232 | |
| 233 | if (tutorial.shouldShow()) { |
| 234 | // Slight delay to let the UI settle |
| 235 | setTimeout(() => tutorial.show(), 500); |
| 236 | } |
| 237 | } |
no test coverage detected