fix: Enable quit on Docker connect error screen

This commit is contained in:
Jack Wills
2026-02-07 12:52:35 +00:00
parent ae7f3f4a94
commit 5f942eb2e9
7 changed files with 87 additions and 64 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ impl fmt::Display for State {
}
/// Items for the container control list
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
pub enum DockerCommand {
Pause,
Restart,