mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-10 09:26:28 +00: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