conditionally showing the canvas

This commit is contained in:
talksik
2022-05-08 11:33:27 -05:00
parent b59733082f
commit 842047b950
5 changed files with 55 additions and 82 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export const $maxNumberActiveStreams = atom<number>({
// ============
type DesktopMode = "flowState" | "overlayOnly" | "terminal" | "terminalDetails";
type DesktopMode = "flowState" | "overlayOnly" | "terminal";
export const $desktopMode = atom<DesktopMode>({
key: "DESKTOP_MODE",