Use getShortcut instead of getSingleShortcut

Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com>
This commit is contained in:
Paul Carroll 2025-07-31 08:13:45 -04:00 committed by GitHub
parent dea771e2f5
commit 3379c2fed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1002,7 +1002,7 @@ void Player::setShortcutsActive()
while (counterIterator.hasNext()) {
counterIterator.next().value()->setShortcutsActive();
}
aIncrementAllCardCounters->setShortcut(shortcuts.getSingleShortcut("Player/aIncrementAllCardCounters"));
aIncrementAllCardCounters->setShortcuts(shortcuts.getShortcut("Player/aIncrementAllCardCounters"));
aViewSideboard->setShortcut(shortcuts.getSingleShortcut("Player/aViewSideboard"));
aViewLibrary->setShortcut(shortcuts.getSingleShortcut("Player/aViewLibrary"));
aViewHand->setShortcut(shortcuts.getSingleShortcut("Player/aViewHand"));