Skip to content

Commit

Permalink
Console tool is open by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Oct 3, 2023
1 parent be3be05 commit f0b8eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function Layout() {
const [primaryToolBoxWidth, setPrimaryToolBoxWidth] =
React.useState<number>(300);
const [bottomToolBoxHeight, setBottomToolBoxHeight] =
React.useState<number>(0);
React.useState<number>(200);
const [activePrimaryToolIndex, setActivePrimaryToolIndex] = React.useState(0);
const [activeBottomToolIndex, setActiveBottomToolIndex] = React.useState(0);

Expand Down

0 comments on commit f0b8eee

Please sign in to comment.