Merge branch 'master' of git://github.com/vrld/Quickie.git
This commit is contained in:
commit
d51babb366
9 changed files with 12 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
local core = require((...):match("^(.+)%.[^%.]+") .. '.core')
|
||||
local core = require((...):match("(.-)[^%.]+$") .. 'core')
|
||||
|
||||
-- the widget
|
||||
return function(title, x,y, w,h, draw)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue