mirror of
https://github.com/kepler155c/opus
synced 2025-10-18 09:17:40 +00:00
missing pages definition
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user