diff --git a/src/BottomMenu.jsx b/src/BottomMenu.jsx index b4faf0b2..3fdb2c05 100644 --- a/src/BottomMenu.jsx +++ b/src/BottomMenu.jsx @@ -38,86 +38,87 @@ const BottomMenu = memo(({ const rotationStr = `${rotation}°`; return ( -
-
- - - {simpleMode &&
{t('Toggle advanced view')}
} - - {!simpleMode && ( -
- - - -
- )} - - {!simpleMode && ( - <> -
{Math.floor(zoom)}x
- - - - )} - -
{!isDev && new Date().getTime() - start > 2 * 60 * 1000 && ['t', 'u', 'C', 's', 's', 'e', 'l', 's', 's', 'o', 'L'].reverse().join('')}
-
- -
- {hasVideo && ( - <> - {isRotationSet && rotationStr} - + + + {simpleMode &&
{t('Toggle advanced view')}
} + + {!simpleMode && ( +
+ + - - )} - - {!simpleMode && ( - +
+ )} + + {!simpleMode && ( + <> +
{Math.floor(zoom)}x
+ + + + )} + +
{!isDev && new Date().getTime() - start > 2 * 60 * 1000 && ['t', 'u', 'C', 's', 's', 'e', 'l', 's', 's', 'o', 'L'].reverse().join('')}
+ +
+ + {hasVideo && ( + <> + {isRotationSet && rotationStr} + - )} - - {hasVideo && ( - <> - {!simpleMode && renderCaptureFormatButton({ height: 20 })} - - - - )} + + )} + + {!simpleMode && ( + + )} + + {hasVideo && ( + <> + {!simpleMode && renderCaptureFormatButton({ height: 20 })} + + + + )} - {!simpleMode && } + {!simpleMode && } - -
+
); }); diff --git a/src/components/ExportButton.jsx b/src/components/ExportButton.jsx index 5a1bb6d2..b2d7874e 100644 --- a/src/components/ExportButton.jsx +++ b/src/components/ExportButton.jsx @@ -22,7 +22,7 @@ const ExportButton = memo(({ enabledOutSegments, areWeCutting, autoMerge, onClic return (