changes for deprecated ui methods

This commit is contained in:
kepler155c@gmail.com
2020-04-17 20:40:34 -06:00
parent 9d2a76f4ea
commit e703c7f7b6
9 changed files with 20 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ end
function systemPage:eventHandler(event)
if event.type == 'quit' then
UI:exitPullEvents()
UI:quit()
elseif event.type == 'success_message' then
self.notification:success(event.message)
@@ -82,4 +82,4 @@ local plugins = loadDirectory(fs.combine(programDir, 'system'), { })
systemPage.tabs.settings.grid:setValues(plugins)
UI:setPage(systemPage)
UI:pullEvents()
UI:start()