Something is voiding the iris, lets fix that.. also open on outgoing

This commit is contained in:
2025-12-29 21:22:00 -05:00
parent 7630898bc4
commit e5848f0e79
2 changed files with 12 additions and 5 deletions

View File

@ -159,7 +159,7 @@ function display.showIncoming(addressName, addressString, allowed, reason)
mon.setCursorPos(1, 6)
mon.setBackgroundColor(colors.black)
-- Show name if found in address book
if addressName then
mon.write("Name: " .. addressName)