diff --git a/archinstall/lib/menu/selection_menu.py b/archinstall/lib/menu/selection_menu.py index 37e54685..25a8b9e8 100644 --- a/archinstall/lib/menu/selection_menu.py +++ b/archinstall/lib/menu/selection_menu.py @@ -141,7 +141,7 @@ class Selector: self._current_selection = current def has_selection(self) -> bool: - if self._current_selection is None: + if not self._current_selection: return False return True