mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-31 08:28:28 -04:00
fix format
This commit is contained in:
@@ -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})});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user