fix(gui): update wio dependency
This commit is contained in:
parent
fa7b2e1e0a
commit
63a7f30559
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ pub fn fromWioModifiers(modifiers: wio.Modifiers) Mods {
|
|||
.shift = modifiers.shift,
|
||||
.alt = modifiers.alt,
|
||||
.ctrl = modifiers.control,
|
||||
.super = modifiers.super,
|
||||
.super = modifiers.gui,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue