1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-07 02:53:01 +00:00

transition refactor + inactive elements

This commit is contained in:
kepler155c@gmail.com
2017-10-07 00:27:41 -04:00
parent 91a05c07dd
commit af981dd1f8
6 changed files with 201 additions and 213 deletions

View File

@@ -92,7 +92,7 @@ local systemPage = UI.Page {
{ name = 'Computer ID', value = tostring(os.getComputerID()) },
{ name = 'Day', value = tostring(os.day()) },
},
selectable = false,
inactive = true,
columns = {
{ key = 'name', width = 12 },
{ key = 'value' },