Add thumbnails for layers (#286)

Fixes: #285
This commit is contained in:
TrueDoctor
2021-07-21 11:30:49 +02:00
committed by GitHub
parent 06c26f44d0
commit 255cdead28
7 changed files with 35 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ pub struct LayerPanelEntry {
pub layer_type: LayerType,
pub layer_data: LayerData,
pub path: Vec<LayerId>,
pub thumbnail: String,
}
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)]