Skip to content

Commit 69a51eb

Browse files
committed
Enable VST sync by default
1 parent 1404b72 commit 69a51eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/SetupDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ SetupDialog::SetupDialog( ConfigTabs _tab_to_open ) :
127127
m_compactTrackButtons( ConfigManager::inst()->value( "ui",
128128
"compacttrackbuttons" ).toInt() ),
129129
m_syncVSTPlugins( ConfigManager::inst()->value( "ui",
130-
"syncvstplugins" ).toInt() ),
130+
"syncvstplugins", "1" ).toInt() ),
131131
m_animateAFP(ConfigManager::inst()->value( "ui",
132132
"animateafp", "1" ).toInt() ),
133133
m_printNoteLabels(ConfigManager::inst()->value( "ui",

0 commit comments

Comments
 (0)