fix duplicated share button

fixes #691

add `--initial-audio-sync=<yes|no>` to MPV settings. Might fix #690 but needs to be toggled by the user. We leave the standard settings.

Also added links to the icons on macOS.
This commit is contained in:
Toni Förster
2024-05-23 19:02:13 +02:00
committed by Arkadiusz Fal
parent b966f4509a
commit 9e05909659
3 changed files with 42 additions and 0 deletions

View File

@@ -270,6 +270,7 @@ extension Defaults.Keys {
static let mpvDeinterlace = Key<Bool>("mpvDeinterlace", default: false)
static let mpvHWdec = Key<String>("hwdec", default: "auto-safe")
static let mpvDemuxerLavfProbeInfo = Key<String>("mpvDemuxerLavfProbeInfo", default: "no")
static let mpvInitialAudioSync = Key<Bool>("mpvInitialAudioSync", default: true)
static let showCacheStatus = Key<Bool>("showCacheStatus", default: false)
static let feedCacheSize = Key<String>("feedCacheSize", default: "50")