1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-07 19:13:00 +00:00

auto upgrade packages on base opus update - github actions wip

This commit is contained in:
kepler155c@gmail.com
2020-04-30 18:51:36 -06:00
parent e116caf16e
commit 287adb1235
13 changed files with 77 additions and 47 deletions

View File

@@ -17,7 +17,7 @@ local page = UI.Page {
UI:quit()
end
return UI.FileSelect.eventHandler(self, event)
return UI.Page.eventHandler(self, event)
end,
}