Skip to content

Commit

Permalink
Update src/StreamsSelector.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 21, 2023
1 parent b944c07 commit b5cdbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StreamsSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b5cdbff

Please sign in to comment.