forked from mia/Aegisub
Make spectrum mode the default for the audio display, closes #943.
Originally committed to SVN as r3218.
This commit is contained in:
parent
cd7e414b08
commit
312aa52096
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults,bool doOverride) {
|
|||
SetInt(_T("Fonts Collector Action"),0);
|
||||
|
||||
SetInt(_T("Audio Display Height"),200,1784);
|
||||
SetBool(_T("Audio Spectrum"),false);
|
||||
SetBool(_T("Audio Spectrum"),true);
|
||||
SetInt(_T("Audio Sample Rate"),0);
|
||||
|
||||
SetBool(_T("Video Visual Realtime"),true);
|
||||
|
|
Loading…
Reference in a new issue