This commit is contained in:
Antonio Scandurra 2023-12-05 18:14:24 +01:00
parent ede86d9187
commit e534c5fdcd
2 changed files with 166 additions and 337 deletions

View file

@ -81,6 +81,7 @@ pub enum Icon {
Shift,
Option,
Return,
Update,
}
impl Icon {
@ -155,6 +156,7 @@ impl Icon {
Icon::Shift => "icons/shift.svg",
Icon::Option => "icons/option.svg",
Icon::Return => "icons/return.svg",
Icon::Update => "icons/update.svg",
}
}
}