Fix incorrect empty unreads window message (#541)

This commit is contained in:
Electria
2025-10-25 12:59:06 -07:00
committed by GitHub
parent 8c9a2714a1
commit 0f2442566f

View File

@@ -641,7 +641,7 @@ impl WindowOps<IambInfo> for IambWindow {
state.set(items); state.set(items);
List::new(store) List::new(store)
.empty_message("You do not have rooms or dms yet") .empty_message("You do not have any unreads yet")
.empty_alignment(Alignment::Center) .empty_alignment(Alignment::Center)
.focus(focused) .focus(focused)
.render(area, buf, state); .render(area, buf, state);