1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-24 15:40:26 +00:00

missing pages definition

This commit is contained in:
kepler155c@gmail.com 2018-10-21 18:48:08 -04:00
parent 97c4b7a090
commit 0cd709a525

View File

@ -306,6 +306,9 @@ function Manager:setDefaultDevice(dev)
end
function Manager:addPage(name, page)
if not self.pages then
self.pages = { }
end
self.pages[name] = page
end