cuepoints analyzer disabled by default

This commit is contained in:
jo 2023-02-11 00:44:44 +01:00 committed by Kyle Robbertze
parent f5e46c6f3d
commit 87de25052a
7 changed files with 10 additions and 9 deletions

View file

@ -55,7 +55,6 @@ class Application_Form_AddTracktype extends Zend_Form
$analyze_cue_points = new Zend_Form_Element_Checkbox('analyze_cue_points');
$analyze_cue_points->setLabel(_('Analyze cue points:'));
$analyze_cue_points->setAttrib('checked', true);
$analyze_cue_points->setRequired(true);
$this->addElement($analyze_cue_points);