mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-29 10:26:18 -04:00
Change the location of the default template directory
Changed the location from lmms/projects/templates to lmms/templates. This new location is used for loading and saving of the default tempate default.mpt
This commit is contained in:
@@ -423,7 +423,7 @@ void ConfigManager::loadConfigFile()
|
||||
if( QDir( m_workingDir ).exists() )
|
||||
{
|
||||
QDir().mkpath( userProjectsDir() );
|
||||
QDir().mkpath( userProjectsDir() + TEMPLATE_PATH );
|
||||
QDir().mkpath( userTemplateDir() );
|
||||
QDir().mkpath( userSamplesDir() );
|
||||
QDir().mkpath( userPresetsDir() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user