fix: Docker Commands hidden
When only one container running, mistakingly hid the Docker Commands section
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ impl From<(MutexGuard<'_, AppData>, MutexGuard<'_, GuiState>)> for FrameData {
|
|||||||
Self {
|
Self {
|
||||||
columns: data.0.get_width(),
|
columns: data.0.get_width(),
|
||||||
delete_confirm: data.1.get_delete_container(),
|
delete_confirm: data.1.get_delete_container(),
|
||||||
has_containers: data.0.get_container_len() > 1,
|
has_containers: data.0.get_container_len() > 0,
|
||||||
has_error: data.0.get_error(),
|
has_error: data.0.get_error(),
|
||||||
height,
|
height,
|
||||||
help_visible: data.1.status_contains(&[Status::Help]),
|
help_visible: data.1.status_contains(&[Status::Help]),
|
||||||
|
|||||||
Reference in New Issue
Block a user