Fix: remove bottom bar during onboard
This commit is contained in:
parent
8bc8dcc094
commit
59dcedeea2
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue