starting more for flow state quote
This commit is contained in:
@@ -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>({
|
||||
|
||||
Reference in New Issue
Block a user