chore: nudge towards properly skipping onboarding

Escape doesn't totally skip
This commit is contained in:
Ankush Menat 2023-09-15 19:14:24 +05:30
parent 4ae3aaf6ac
commit ea7b080e70

View file

@ -11,11 +11,11 @@ frappe.ui.OnboardingTour = class OnboardingTour {
allowClose: false,
padding: 10,
overlayClickNext: false,
keyboardControl: true,
keyboardControl: false,
nextBtnText: __("Next"),
prevBtnText: __("Previous"),
doneBtnText: __("Done"),
closeBtnText: __("Close"),
closeBtnText: __("Skip"),
opacity: 0.5,
onHighlighted: (step) => {
frappe.ui.next_form_tour = step.options.step_info?.next_form_tour;