Feat: Adds wallet icon/color select (#2917)

This commit is contained in:
Arc
2025-02-04 15:03:35 +02:00
committed by GitHub
parent dd9b217fdf
commit 960c58db87
10 changed files with 205 additions and 63 deletions
+2 -1
View File
@@ -216,7 +216,8 @@ window.LNbits = {
name: data.name,
adminkey: data.adminkey,
inkey: data.inkey,
currency: data.currency
currency: data.currency,
extra: data.extra
}
newWallet.msat = data.balance_msat
newWallet.sat = Math.floor(data.balance_msat / 1000)