Added file suffix and icon associations data

This commit is contained in:
Mikayla Maki 2023-07-13 20:46:24 -07:00
parent d023189bda
commit fd72f4526d
No known key found for this signature in database
32 changed files with 451 additions and 62 deletions

View file

@ -480,9 +480,10 @@ pub struct ProjectPanelEntry {
#[serde(flatten)]
pub container: ContainerStyle,
pub text: TextStyle,
pub icon_size: f32,
pub icon_color: Color,
pub directory_icon_size: f32,
pub file_icon_size: f32,
pub chevron_color: Color,
pub chevron_size: f32,
pub icon_spacing: f32,
pub status: EntryStatus,
}