Rename Raster to Bitmap

This commit is contained in:
Keavon Chambers
2023-12-08 16:18:56 -08:00
parent c5ed54cbd2
commit 5a6815dd91
9 changed files with 26 additions and 28 deletions
@@ -56,7 +56,7 @@ pub enum FrontendMessage {
#[serde(rename = "blobUrl")]
blob_url: String,
},
TriggerDownloadRaster {
TriggerDownloadImage {
svg: String,
name: String,
mime: String,