chore: nudge towards properly skipping onboarding
Escape doesn't totally skip
This commit is contained in:
parent
4ae3aaf6ac
commit
ea7b080e70
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue