Merge pull request #35 from Skyr/show-selectformat-button
If formats selection enabled: Show "select format" string in button
This commit is contained in:
@@ -335,7 +335,7 @@ export default function Home({ socket }: Props) {
|
||||
disabled={url === ''}
|
||||
onClick={() => settings.formatSelection ? sendUrlFormatSelection() : sendUrl()}
|
||||
>
|
||||
{i18n.t('startButton')}
|
||||
{settings.formatSelection ? i18n.t('selectFormatButton') : i18n.t('startButton')}
|
||||
</Button>
|
||||
</Grid>
|
||||
<Grid item>
|
||||
|
||||
@@ -4,6 +4,7 @@ languages:
|
||||
urlInput: YouTube or other supported service video URL
|
||||
statusTitle: Status
|
||||
statusReady: Ready
|
||||
selectFormatButton: Select format
|
||||
startButton: Start
|
||||
abortAllButton: Abort All
|
||||
updateBinButton: Update yt-dlp binary
|
||||
|
||||
Reference in New Issue
Block a user