Save encoding information
This commit is contained in:
@@ -103,7 +103,7 @@ pub(super) fn on_save_project_clicked(tim_manager: MutexTIMManager) -> impl FnMu
|
||||
if let Some((width, height)) = tim.get_palette_size() {
|
||||
cur_palette = Some(PaletteRect::new(0, 0, width, height));
|
||||
}
|
||||
cur_job = Some(Job::new(file_name, tim.get_path(), (vram.x as u16, vram.y as u16)));
|
||||
cur_job = Some(Job::new(file_name, tim.get_path(), (vram.x as u16, vram.y as u16), Encoding::from_str(vram.encoding_str.as_str())));
|
||||
}
|
||||
prev_job
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user