mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 07:07:48 +01:00
Add dashboard title
This commit is contained in:
parent
d3e6bb3444
commit
9308d1b689
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ async def get_screen_data(screen_num: int, screens_list: dict, gerty):
|
||||||
title = ""
|
title = ""
|
||||||
|
|
||||||
if screen_slug == "dashboard":
|
if screen_slug == "dashboard":
|
||||||
|
title = gerty.name
|
||||||
areas = await get_dashboard(gerty)
|
areas = await get_dashboard(gerty)
|
||||||
if screen_slug == "lnbits_wallets_balance":
|
if screen_slug == "lnbits_wallets_balance":
|
||||||
wallets = await get_lnbits_wallet_balances(gerty)
|
wallets = await get_lnbits_wallet_balances(gerty)
|
||||||
|
|
Loading…
Add table
Reference in a new issue