mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Fix image importing due to incorrect variable name (#781)
This commit is contained in:
committed by
Keavon Chambers
parent
ab75f0fbfb
commit
914b940122
@@ -13,6 +13,7 @@ pub struct FrontendDocumentDetails {
|
||||
pub struct FrontendImageData {
|
||||
pub path: Vec<LayerId>,
|
||||
pub mime: String,
|
||||
#[serde(rename = "imageData")]
|
||||
pub image_data: Vec<u8>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user