Trying not to lose the button handlers

master
Martin Zwigl 2025-03-21 23:23:09 +01:00
parent 917f514a35
commit 757c87ffb0
2 changed files with 3 additions and 1 deletions

View File

@ -152,6 +152,7 @@ function showDetails() {
g.clear(); g.clear();
layout.forgetLazyState(); layout.forgetLazyState();
layout.render(); layout.render();
layout.setUI();
}); });
}) })
.catch(err => { .catch(err => {
@ -161,6 +162,7 @@ function showDetails() {
g.clear(); g.clear();
layout.forgetLazyState(); layout.forgetLazyState();
layout.render(); layout.render();
layout.setUI();
}); });
}); });
} }

View File

@ -1,7 +1,7 @@
{ "id": "coin_info", { "id": "coin_info",
"name": "Crypto-Coins Info", "name": "Crypto-Coins Info",
"shortName":"Coins Info", "shortName":"Coins Info",
"version": "0.06.63", "version": "0.06.64",
"description": "Crypto-Coins Infos with the help of the Binance API", "description": "Crypto-Coins Infos with the help of the Binance API",
"icon": "app.png", "icon": "app.png",
"tags": "clkinfo", "tags": "clkinfo",