This commit is contained in:
2026-05-12 20:32:10 +02:00
parent 88ef31d8b6
commit da752535b6
2 changed files with 8 additions and 6 deletions

View File

@@ -179,12 +179,6 @@ module BBS
x: CONT_X, y: CONT_Y + cont_h, style: THEME[:label]
end
def render_sysinfo_rows
@items.each_with_index do |row, i|
text row[0, cont_w], x: CONT_X, y: CONT_Y + i, style: THEME[:normal]
end
text 'q back', x: CONT_X, y: CONT_Y + cont_h, style: THEME[:label]
end
end
end
end