1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Group Spectrograms and Waveforms preferences under Tracks

This commit is contained in:
Paul Licameli 2015-08-15 08:19:41 -04:00
parent a2eeeaaedc
commit f0fe2cb04c

View File

@ -156,15 +156,18 @@ PrefsDialog::Factories
#endif
&qualityPrefsFactory,
&guiPrefsFactory,
&tracksPrefsFactory,
// Group two other pages
PrefsNode(&tracksPrefsFactory, 2),
&waveformPrefsFactory,
&spectrumPrefsFactory,
&importExportPrefsFactory,
&extImportPrefsFactory,
&projectsPrefsFactory,
#if !defined(DISABLE_DYNAMIC_LOADING_FFMPEG) || !defined(DISABLE_DYNAMIC_LOADING_LAME)
&libraryPrefsFactory,
#endif
&waveformPrefsFactory,
&spectrumPrefsFactory,
&directoriesPrefsFactory,
&warningsPrefsFactory,
&effectsPrefsFactory,