1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-16 16:27:39 +00:00

welcome screen

This commit is contained in:
kepler155c@gmail.com
2019-01-19 22:05:05 -05:00
parent 5a758f0292
commit db832025c9
6 changed files with 151 additions and 9 deletions

View File

@@ -2425,6 +2425,7 @@ function UI.Wizard:eventHandler(event)
end
-- a new current view
current:enable()
current:emit({ type = 'view_enabled', view = current })
self:draw()
end
end