chore: release v0.1.9

This commit is contained in:
Jack Wills
2022-12-05 14:06:22 +00:00
parent 552c26bc5c
commit e71802fe21
8 changed files with 36 additions and 33 deletions
+4 -4
View File
@@ -250,10 +250,10 @@ impl InputHandler {
if let Some(command) = option_command {
let option_id = self.app_data.lock().get_selected_container_id();
// Poor way of disallowing commands to be sent to a containerised okxer
if self.app_data.lock().selected_container_is_oxker() {
return
};
// Poor way of disallowing commands to be sent to a containerised okxer
if self.app_data.lock().selected_container_is_oxker() {
return;
};
if let Some(id) = option_id {
match command {
DockerControls::Pause => self