starting more for flow state quote

This commit is contained in:
talksik
2022-05-09 06:48:31 -05:00
parent 82a11d1833
commit 113e5b514f
4 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ type DesktopMode = "flowState" | "overlayOnly" | "terminal";
export const $desktopMode = atom<DesktopMode>({
key: "DESKTOP_MODE",
default: "terminal",
default: "flowState",
});
export const $selectedLineId = atom<string>({