Minor adjustments

This commit is contained in:
2025-12-29 01:59:12 -05:00
parent c4fb273f55
commit 31a89d20df
2 changed files with 8 additions and 4 deletions

View File

@ -159,7 +159,9 @@ function display.showIncoming(addressString, allowed, reason)
mon.setCursorPos(1, 6)
mon.setBackgroundColor(colors.black)
mon.write("Address:\n" .. addressString)
mon.write("Address:")
mon.setCursorPos(1, 7)
mon.write(addressString)
end
function display.showEntity(entityType, entityName, allowed)