remove manual redraw

master
Martin Zwigl 2025-03-08 00:34:54 +01:00
parent 73b7a12596
commit eff4ebc33c
2 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@
clearInterval(this.interval); clearInterval(this.interval);
this.interval = null; this.interval = null;
} }
},
run: function () {
this.emit("redraw");
} }
// ,run: function () {
// this.emit("redraw");
// }
} }
}) })
}; };

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.04.20", "version": "0.04.21",
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API", "description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
"icon": "app.png", "icon": "app.png",
"tags": "clkinfo", "tags": "clkinfo",