Disable waveform seekbar by default
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ func DefaultConfig(appVersionTag string) *Config {
|
||||
Playback: PlaybackConfig{
|
||||
Autoplay: false,
|
||||
RepeatMode: "None",
|
||||
UseWaveformSeekbar: true,
|
||||
UseWaveformSeekbar: false,
|
||||
},
|
||||
LocalPlayback: LocalPlaybackConfig{
|
||||
// "auto" is the name to pass to MPV for autoselecting the output device
|
||||
|
||||
Reference in New Issue
Block a user