Skip to content

Commit

Permalink
fix: missed a blank line
Browse files Browse the repository at this point in the history
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
  • Loading branch information
Ryuno-Ki committed Jun 18, 2024
1 parent 11c62fb commit ebcf76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather-widget/weather.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ local function worker(user_args)
warning_shown = true
widget:is_ok(false)
tooltip:add_to_object(widget)

widget:connect_signal('mouse::enter', function() tooltip.text = stdout end)
end
return
Expand Down

0 comments on commit ebcf76a

Please sign in to comment.