mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +00:00
fix: fix type name from preset to process in the preset bundle dialog (#14481)
# Description The type field for process presets is wrong. It should be process instead of preset <img width="2532" height="1576" alt="image" src="https://github.com/user-attachments/assets/ef73f895-8ce9-4b04-957d-c12cdbaf8f9b" /> [How to Download Pull Requests Artifacts for Testing](https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user