From 13521a0c3e67f0536f055e0d7ac5fde90275fdbd Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 24 Apr 2013 19:40:15 -0700 Subject: [PATCH] Default to only showing the maximum in the waveform view --- aegisub/src/libresrc/default_config.json | 2 +- aegisub/src/libresrc/osx/default_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,