weatherclock v0.06

master
lunctis-viribus 2023-02-28 18:32:14 +01:00
parent b163721777
commit f7e8cc46e7
1 changed files with 2 additions and 2 deletions

View File

@ -158,10 +158,10 @@ exports.getColor = function(code) {
*/
exports.drawIcon = function(cond, x, y, r, ovr) {
var palette;
var monochrome = 1;
var monochrome=1;
if(!ovr) {
ovr = g;
monochrome = 0;
monochrome=0;
}
palette = getPalette(monochrome, ovr);