feat: -rm horizontal view from screenshots

This commit is contained in:
amhsirak
2025-04-30 20:05:09 +05:30
parent 9eeb367d66
commit 458392d651

View File

@@ -926,13 +926,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
/>
</Typography>
<Box>
<IconButton
onClick={() => setViewMode('horizontal')}
color={viewMode === 'horizontal' ? 'primary' : 'default'}
sx={{ color: viewMode === 'horizontal' ? '#FF00C3' : 'inherit' }}
>
<ViewModuleIcon />
</IconButton>
<IconButton
onClick={() => setViewMode('vertical')}
color={viewMode === 'vertical' ? 'primary' : 'default'}