We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd2078 commit 5d4b2adCopy full SHA for 5d4b2ad
1 file changed
src/ui/MonitorTitleBar.tsx
@@ -19,7 +19,7 @@ interface IProps {
19
const MonitorTitlebar: FC<IProps> = ({
20
view,
21
preview,
22
- isDoubleView: isDoubleView = false,
+ isDoubleView = false,
23
isLandscape = false,
24
currentLang,
25
}) => {
0 commit comments