mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-24 08:05:04 +00:00
Fix image importing due to incorrect variable name (#781)
This commit is contained in:
parent
ab75f0fbfb
commit
914b940122
1 changed files with 1 additions and 0 deletions
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue