add icon to volt meta

This commit is contained in:
Dongdong Zhou 2022-10-27 20:31:08 +01:00
parent 212261aaa3
commit 4f162c2a40
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ pub struct VoltMetadata {
pub display_name: String,
pub author: String,
pub description: String,
pub icon: Option<String>,
pub wasm: Option<String>,
pub color_themes: Option<Vec<String>>,
pub icon_themes: Option<Vec<String>>,