Add export config directory specification feature (#15235)
This commit is contained in:
@@ -719,7 +719,8 @@ void DlgSettingsGeneral::newPreferencePackDialogAccepted()
|
||||
return false;
|
||||
});
|
||||
auto preferencePackName = newPreferencePackDialog->preferencePackName();
|
||||
Application::Instance->prefPackManager()->save(preferencePackName, selectedTemplates);
|
||||
auto preferencePackDirectory = newPreferencePackDialog->preferencePackDirectory();
|
||||
Application::Instance->prefPackManager()->save(preferencePackName, preferencePackDirectory, selectedTemplates);
|
||||
recreatePreferencePackMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user