mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 15: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
|
||||
|
||||
function Manager:addPage(name, page)
|
||||
if not self.pages then
|
||||
self.pages = { }
|
||||
end
|
||||
self.pages[name] = page
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user