Remove doubled temperature line
this line was doubled, but was barely noticable because (in my case, and the demo case) the text almost matched the background
This commit is contained in:
parent
1310031b3a
commit
7aa9550c26
|
@ -370,8 +370,6 @@ local function worker(args)
|
||||||
local count = #self
|
local count = #self
|
||||||
for i = 0, count do self[i]=nil end
|
for i = 0, count do self[i]=nil end
|
||||||
|
|
||||||
|
|
||||||
table.insert(self, temp_below)
|
|
||||||
table.insert(self, wibox.widget{
|
table.insert(self, wibox.widget{
|
||||||
{
|
{
|
||||||
hourly_forecast_graph,
|
hourly_forecast_graph,
|
||||||
|
|
Loading…
Reference in New Issue