Desktop: Fix SVG Preview render mode (#3877)

Desktop: Fix svg preview mode
This commit is contained in:
Timon 2026-03-10 13:16:34 +01:00 committed by GitHub
parent 8e52309bb0
commit 35b812ccfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -225,8 +225,6 @@ pub enum FrontendMessage {
UpdateDocumentArtwork {
svg: String,
},
// This message is intercepted before being sent to the frontend
#[serde(skip)]
UpdateImageData {
image_data: Vec<(u64, Image<Color>)>,
},