FIX: PresetComboBoxes user filament preset group name 'Custom'

Change-Id: I19b5a5cf458fc4b4f0fe8ab9ee541ea9ca010b64
jira: none
This commit is contained in:
chunmao.guo 2025-05-28 17:36:58 +08:00 committed by lane.wei
parent 77ff64b7cd
commit e2d0c8eb1e

View File

@ -1282,7 +1282,7 @@ void PlaterPresetComboBox::update()
//BBS: add project embedded preset logic
add_presets(project_embedded_presets, selected_user_preset, L("Project-inside presets"), _L("Project"));
add_presets(nonsys_presets, selected_user_preset, L("User presets"), _L("User"));
add_presets(nonsys_presets, selected_user_preset, L("User presets"), _L("Custom"));
// BBS: move system to the end
add_presets(system_presets, selected_system_preset, L("System presets"), _L("System"));
add_presets(uncompatible_presets, {}, L("Unsupported presets"), _L("Unsupported"));