Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/menu
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-04-25 10:20:00 +0200
committerAnton Hvornum <anton@hvornum.se>2022-04-25 10:20:00 +0200
commit1bce561a0ca22d6735f9a46ee39e5e22e0c17cb8 (patch)
treebe064443afa195ba374b63043bafc4343245a8ea /archinstall/lib/menu
parent44727e64ea40d08e4a9f18d3e36bba474a185176 (diff)
Bumped up default timout, as 5 seconds is not enough for some platforms.
Diffstat (limited to 'archinstall/lib/menu')
-rw-r--r--archinstall/lib/menu/selection_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/menu/selection_menu.py b/archinstall/lib/menu/selection_menu.py
index 25a8b9e8..b2f99423 100644
--- a/archinstall/lib/menu/selection_menu.py
+++ b/archinstall/lib/menu/selection_menu.py
@@ -181,7 +181,7 @@ class GeneralMenu:
;type preview_size: float (range 0..1)
"""
- self._enabled_order = []
+ self._enabled_order :List[str] = []
self._translation = Translation.load_nationalization()
self.is_context_mgr = False
self._data_store = data_store if data_store is not None else {}