diff options
author | Joe <rbo@gmx.us> | 2024-01-09 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-09 20:20:20 +0100 |
commit | ba548cbc8e45b931aff88128705deb8116ab35ea (patch) | |
tree | 31a0ba1aafb6fd56bae35385f9f2c9d24ae1733e /i_ui.go | |
parent | in progress (diff) | |
download | hardflip-ba548cbc8e45b931aff88128705deb8116ab35ea.tar.gz hardflip-ba548cbc8e45b931aff88128705deb8116ab35ea.tar.bz2 hardflip-ba548cbc8e45b931aff88128705deb8116ab35ea.tar.xz hardflip-ba548cbc8e45b931aff88128705deb8116ab35ea.tar.zst hardflip-ba548cbc8e45b931aff88128705deb8116ab35ea.zip |
delete fixed
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |