WIP
This commit is contained in:
parent
ede86d9187
commit
e534c5fdcd
2 changed files with 166 additions and 337 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue