mirror of https://github.com/lcpz/lain.git
#150 fix 2
This commit is contained in:
parent
d58ac139b6
commit
da1410677b
|
@ -41,8 +41,7 @@ local function worker(args)
|
|||
local notify = args.notify or "on"
|
||||
local screen = args.screen or 1
|
||||
local settings = args.settings or function() end
|
||||
|
||||
iface = args.iface or net.get_device()
|
||||
local iface = args.iface or net.get_device()
|
||||
|
||||
net.widget = wibox.widget.textbox('')
|
||||
|
||||
|
|
Loading…
Reference in New Issue