mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
Update src/StreamsSelector.jsx
This commit is contained in:
parent
b944c0768e
commit
b5cdbffc4b
@ -210,7 +210,7 @@ const Stream = memo(({ filePath, stream, onToggle, batchSetCopyStreamIds, copySt
|
||||
</td>
|
||||
|
||||
<td style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
||||
<IconButton icon={InfoSignIcon} title={t('Track {{trackNum}} info', { trackNum: stream.index + 1 })} onClick={() => onInfoClick(stream, t('Track {{trackNum}} info', { trackNum: stream.index + 1 }))} appearance="minimal" iconSize={18} />
|
||||
<IconButton icon={InfoSignIcon} title={t('Track {{num}} info', { num: stream.index + 1 })} onClick={() => onInfoClick(stream, t('Track {{num}} info', { num: stream.index + 1 }))} appearance="minimal" iconSize={18} />
|
||||
|
||||
<Popover
|
||||
position={Position.BOTTOM_LEFT}
|
||||
|
Loading…
Reference in New Issue
Block a user