Config manager. added a userVstDir function
Added a userVstDir function for consistancy use the userVstDir() function to create new folder
This commit is contained in:
@@ -443,7 +443,7 @@ void ConfigManager::loadConfigFile()
|
||||
QDir().mkpath( userPresetsDir() );
|
||||
QDir().mkpath( userGigDir() );
|
||||
QDir().mkpath( userSf2Dir() );
|
||||
QDir().mkpath( vstDir() );
|
||||
QDir().mkpath( userVstDir() );
|
||||
QDir().mkpath( userLadspaDir() );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user