docs: comments improved

This commit is contained in:
Jack Wills
2022-05-30 14:30:25 +00:00
parent a5d7dabbd6
commit 1674db8a20
5 changed files with 23 additions and 35 deletions
-2
View File
@@ -175,8 +175,6 @@ impl InputHandler {
}
KeyCode::Enter => {
// This isn't great, just means you can't send docker commands before full initialization of the program
// could change to to if loading = true, although at the moment don't have a loading bool
// Does is matter though?
let panel = self.gui_state.lock().selected_panel;
if panel == SelectablePanel::Commands {
let option_command = self.app_data.lock().get_docker_command();