diff --git a/src/main.tsx b/src/main.tsx index 0ebfc1ae..c154d6b6 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -14,6 +14,8 @@ import localizedFormat from 'dayjs/plugin/localizedFormat'; import {GlobalModel, GlobalCommandRunner, Session, Cmd, Window, Screen, ScreenWindow, riToRPtr, widthToCols, termWidthFromCols, termHeightFromRows, termRowsFromHeight} from "./model"; import {isModKeyPress} from "./util"; +let IS_DEV = __PROMPT_DEV__; + dayjs.extend(localizedFormat) const RemotePtyRows = 8; @@ -2531,8 +2533,8 @@ class MainSideBar extends React.Component<{}, {}> { } let isCollapsed = this.collapsed.get(); return ( -