Skip to content

Commit

Permalink
Merge branch 'main' into 0-2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream authored Feb 23, 2024
2 parents 7728a9f + f9fcd48 commit e3caa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/hooks/useActiveTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type TabName =
| "Visual Python Script"
| "Hardware Devices";

export const tabAtom = atom<TabName>("Test Sequencer");
export const tabAtom = atom<TabName>("Visual Python Script");

export function useActiveTab() {
const [activeTab, setActiveTab] = useAtom(tabAtom);
Expand Down

0 comments on commit e3caa80

Please sign in to comment.