mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 23:57:49 +00:00
fix format
This commit is contained in:
parent
66c71b5b5b
commit
0a1e70f431
2 changed files with 2 additions and 4 deletions
|
@ -21,8 +21,7 @@ void HotkeyRegistry::SaveHotkeys() {
|
|||
{hotkey.first, group.first,
|
||||
UISettings::ContextualShortcut({hotkey.second.keyseq.toString(),
|
||||
hotkey.second.controller_keyseq,
|
||||
hotkey.second.context,
|
||||
hotkey.second.repeat})});
|
||||
hotkey.second.context, hotkey.second.repeat})});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue