Skip to content

Commit e9d088d

Browse files
committed
Change default for Automatically Add Tracks to off
1 parent 278b03b commit e9d088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ ShotcutSettings::TimelineScrolling ShotcutSettings::timelineScrolling() const
10051005

10061006
bool ShotcutSettings::timelineAutoAddTracks() const
10071007
{
1008-
return settings.value("timeline/autoAddTracks", true).toBool();
1008+
return settings.value("timeline/autoAddTracks", false).toBool();
10091009
}
10101010

10111011
void ShotcutSettings::setTimelineAutoAddTracks(bool b)

0 commit comments

Comments
 (0)