mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-09 06:18:46 +08:00
Fix extract message name not works on yosuga
Fix typo
This commit is contained in:
@@ -566,7 +566,7 @@ pub struct ExtraConfig {
|
||||
pub zopfli_maximum_block_splits: u16,
|
||||
#[cfg(feature = "entis-gls")]
|
||||
/// Whether to disassemble Entis GLS csx script when exporting in custom mode.
|
||||
pub entis_gls_csx_diasm: bool,
|
||||
pub entis_gls_csx_disasm: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user