diff --git a/dangerzone/gui/main_window.py b/dangerzone/gui/main_window.py index 38b871f..52ac9a1 100644 --- a/dangerzone/gui/main_window.py +++ b/dangerzone/gui/main_window.py @@ -229,6 +229,8 @@ class MainWindow(QtWidgets.QMainWindow): self.handle_docker_desktop_version_check(is_version_valid, version) except errors.UnsupportedContainerRuntime as e: pass # It's catched later in the flow. + except errors.NoContainerTechException as e: + pass # It's catched later in the flow. self.show()