🐛fix: disabled backdrop onboarding on linux (#5533)

This commit is contained in:
Faisal Amir 2025-06-26 15:01:44 +07:00 committed by GitHub
parent 828261ea9c
commit f46d45e786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,7 @@ function Hub() {
showSkipButton={!isLastStep}
hideCloseButton={true}
spotlightClicks={true}
disableOverlay={IS_LINUX}
disableOverlayClose={true}
callback={handleJoyrideCallback}
locale={{

View File

@ -213,6 +213,7 @@ function ProviderDetail() {
showSkipButton={true}
hideCloseButton={true}
spotlightClicks={true}
disableOverlay={IS_LINUX}
disableOverlayClose={true}
callback={handleJoyrideCallback}
locale={{