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