Assign each IconButton an ID based on the icon

This commit is contained in:
Marshall Bowers 2023-10-19 16:50:33 -04:00
parent 28b29d0985
commit 94f0140f62
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ impl IconColor {
}
}
#[derive(Default, PartialEq, Copy, Clone, EnumIter)]
#[derive(Debug, Default, PartialEq, Copy, Clone, EnumIter)]
pub enum Icon {
Ai,
ArrowLeft,