fix: fix type name from preset to process in the preset bundle dialog

This commit is contained in:
Ian Chua
2026-06-29 15:16:11 +08:00
parent f13f67959c
commit 8e868118d2
2 changed files with 6 additions and 6 deletions

View File

@@ -387,7 +387,7 @@ void PresetBundleDialog::ListBundles()
temp["printers"] = strip_prefix(metadata.printer_presets);
temp["filaments"] = strip_prefix(metadata.filament_presets);
temp["presets"] = strip_prefix(metadata.print_presets);
temp["processes"] = strip_prefix(metadata.print_presets);
temp["update_available"] = metadata.update_available;
temp["unauthorized"] = metadata.unauthorized;