Allow to export abmp10 image recursive

This commit is contained in:
2026-01-30 16:28:56 +08:00
parent 78ff32112a
commit fc6910df0a
4 changed files with 51 additions and 9 deletions

View File

@@ -592,6 +592,10 @@ pub struct ExtraConfig {
#[cfg(feature = "entis-gls")]
/// Disable part labels in Entis GLS csx script when exporting.
pub entis_gls_csx_no_part_label: bool,
#[cfg(feature = "qlie-img")]
#[default(true)]
/// Whether to process ABMP10 images in ABMP10 images.
pub qlie_abmp10_process_abmp10: bool,
}
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]