Assign each IconButton
an ID based on the icon
This commit is contained in:
parent
28b29d0985
commit
94f0140f62
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ impl IconColor {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Default, PartialEq, Copy, Clone, EnumIter)]
|
||||
#[derive(Debug, Default, PartialEq, Copy, Clone, EnumIter)]
|
||||
pub enum Icon {
|
||||
Ai,
|
||||
ArrowLeft,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue