Fix incorrect empty unreads window message (#541)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user