mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
FIX: Limit shortcut items
This commit is contained in:
parent
08701253e3
commit
68a4aa1748
@ -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…
Reference in New Issue
Block a user