mirror of https://github.com/lcpz/lain.git
Merge pull request #247 from rememberYou/master
fs showpopup: update {show,hide} call
This commit is contained in:
commit
49f3712ce7
|
@ -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…
Reference in New Issue