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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user