mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
FIX: Limit shortcut items
This commit is contained in:
parent
08701253e3
commit
68a4aa1748
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue