diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index 81e54992e..e466f23f6 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -45,7 +45,7 @@ "Seconds" : false, "Video Position" : false }, - "Waveform Style" : 1 + "Waveform Style" : 0 }, "Downmixer" : "ConvertToMono", "Drag Timing" : true, diff --git a/aegisub/src/libresrc/osx/default_config.json b/aegisub/src/libresrc/osx/default_config.json index 5d79106f8..630ce21d5 100644 --- a/aegisub/src/libresrc/osx/default_config.json +++ b/aegisub/src/libresrc/osx/default_config.json @@ -45,7 +45,7 @@ "Seconds" : false, "Video Position" : false }, - "Waveform Style" : 1 + "Waveform Style" : 0 }, "Downmixer" : "ConvertToMono", "Drag Timing" : true,