소스 검색

set welcome tab as default tab again

Jakob Pietron 2 년 전
부모
커밋
1c44350238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/frontend/app.tsx

+ 1 - 1
src/frontend/app.tsx

@@ -25,7 +25,7 @@ export function getApp() {
 
         return <>
             <MantineProvider theme={{colorScheme: preferredColorScheme}} withGlobalStyles withNormalizeCSS>
-                <Styledtabs defaultValue="editor" orientation="vertical" style={{height: '100%'}}>
+                <Styledtabs defaultValue="welcome" orientation="vertical" style={{height: '100%'}}>
                     <Allotment maxSize={'50%'}>
                         <Allotment.Pane preferredSize={250} minSize={250}>
                             <Stack style={{height: '100%', direction: 'column', gap: '0px'}}>