Fixed fs display
This commit is contained in:
parent
2d67c39620
commit
ea1e51b5f9
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ local function worker(args)
|
||||||
end
|
end
|
||||||
|
|
||||||
if showpopup == "on" then
|
if showpopup == "on" then
|
||||||
fs.widget:connect_signal('mouse::enter', function () fs:show(0) end)
|
fs.widget:connect_signal('mouse::enter', function () fs.show(0) end)
|
||||||
fs.widget:connect_signal('mouse::leave', function () fs:hide() end)
|
fs.widget:connect_signal('mouse::leave', function () fs.hide() end)
|
||||||
end
|
end
|
||||||
|
|
||||||
helpers.newtimer(partition, timeout, update)
|
helpers.newtimer(partition, timeout, update)
|
||||||
|
|
Loading…
Add table
Reference in a new issue