mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Add link to mpv site
This commit is contained in:
@@ -22,8 +22,13 @@ export const MpvRequired = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Text size="lg">
|
<Text size="lg">
|
||||||
MPV is required for local playback. Set your MPV executable location
|
Set your MPV executable location below and restart the application.
|
||||||
below.
|
</Text>
|
||||||
|
<Text>
|
||||||
|
MPV is available at the following:{' '}
|
||||||
|
<a href="https://mpv.io/installation/" rel="noreferrer" target="_blank">
|
||||||
|
https://mpv.io/
|
||||||
|
</a>
|
||||||
</Text>
|
</Text>
|
||||||
<FileInput placeholder={mpvPath} onChange={handleSetMpvPath} />
|
<FileInput placeholder={mpvPath} onChange={handleSetMpvPath} />
|
||||||
<Button onClick={() => localSettings.restart()}>Restart</Button>
|
<Button onClick={() => localSettings.restart()}>Restart</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user