Fix: remove bottom bar during onboard
parent
8bc8dcc094
commit
59dcedeea2
|
@ -12,6 +12,10 @@ export const Onboarding = observer(() => {
|
|||
const pal = usePalette('default')
|
||||
const store = useStores()
|
||||
|
||||
React.useEffect(() => {
|
||||
store.shell.setMinimalShellMode(true)
|
||||
}, [store])
|
||||
|
||||
const next = () => store.onboarding.next()
|
||||
const skip = () => store.onboarding.skip()
|
||||
|
||||
|
|
Loading…
Reference in New Issue