mirror of
https://github.com/kepler155c/opus
synced 2025-01-12 08:40:26 +00:00
missing pages definition
This commit is contained in:
parent
97c4b7a090
commit
0cd709a525
@ -306,6 +306,9 @@ function Manager:setDefaultDevice(dev)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function Manager:addPage(name, page)
|
function Manager:addPage(name, page)
|
||||||
|
if not self.pages then
|
||||||
|
self.pages = { }
|
||||||
|
end
|
||||||
self.pages[name] = page
|
self.pages[name] = page
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user