fix format

This commit is contained in:
Jonas Gutenschwager
2023-01-18 15:49:47 +01:00
parent 83754e4789
commit 887ed5c0e2
2 changed files with 2 additions and 4 deletions

View File

@ -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})});
}
}
}