Преглед изворни кода

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'}}>