1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-21 10:47:40 +00:00

require rework round 3

This commit is contained in:
kepler155c@gmail.com
2019-01-26 22:58:02 -05:00
parent 496e95a6c4
commit b320c92551
4 changed files with 24 additions and 44 deletions

View File

@@ -41,9 +41,10 @@ local page = UI.Page {
--{ text = 'Chat', event = 'chat' },
{ text = 'Trust', dropdown = {
{ text = 'Establish', event = 'trust' },
{ text = 'Remove', event = 'untrust' },
-- { text = 'Remove', event = 'untrust' },
} },
{ text = 'Help', event = 'help', noCheck = true },
--[[
{
text = '\187',
x = -3,
@@ -53,6 +54,7 @@ local page = UI.Page {
{ text = 'Show trusted', event = 'show_trusted', noCheck = true },
},
},
]]
},
},
grid = UI.ScrollingGrid {