aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--i_ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_ui.go b/i_ui.go
index 7cdc515..82cfb49 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -549,7 +549,7 @@ func i_ui(data *HardData) {
i_bottom_text(*ui)
i_host_panel(data.ui, data.opts.Icon, data.litems)
i_info_panel(data.ui, data.litems)
- if data.ldirs.head.lhost.head == nil && data.ldirs.head.next == nil {
+ if data.litems.head == nil {
i_draw_zhosts_box(*ui)
}
if ui.mode == DELETE_MODE {