FIX: Limit shortcut items

This commit is contained in:
Marcos Rodriguez 2019-11-28 10:27:46 -06:00 committed by Overtorment
parent 08701253e3
commit 68a4aa1748

View File

@ -6,7 +6,7 @@ export default class DeviceQuickActions {
wallets;
static setWallets(wallets) {
DeviceQuickActions.shared.wallets = wallets;
DeviceQuickActions.shared.wallets = wallets.slice(0, 4);
}
static removeAllWallets() {