Fix: remove bottom bar during onboard
This commit is contained in:
@@ -12,6 +12,10 @@ export const Onboarding = observer(() => {
|
|||||||
const pal = usePalette('default')
|
const pal = usePalette('default')
|
||||||
const store = useStores()
|
const store = useStores()
|
||||||
|
|
||||||
|
React.useEffect(() => {
|
||||||
|
store.shell.setMinimalShellMode(true)
|
||||||
|
}, [store])
|
||||||
|
|
||||||
const next = () => store.onboarding.next()
|
const next = () => store.onboarding.next()
|
||||||
const skip = () => store.onboarding.skip()
|
const skip = () => store.onboarding.skip()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user