We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1404b72 commit 69a51ebCopy full SHA for 69a51eb
src/gui/SetupDialog.cpp
@@ -127,7 +127,7 @@ SetupDialog::SetupDialog( ConfigTabs _tab_to_open ) :
127
m_compactTrackButtons( ConfigManager::inst()->value( "ui",
128
"compacttrackbuttons" ).toInt() ),
129
m_syncVSTPlugins( ConfigManager::inst()->value( "ui",
130
- "syncvstplugins" ).toInt() ),
+ "syncvstplugins", "1" ).toInt() ),
131
m_animateAFP(ConfigManager::inst()->value( "ui",
132
"animateafp", "1" ).toInt() ),
133
m_printNoteLabels(ConfigManager::inst()->value( "ui",
0 commit comments