Skip to content

Commit 9769786

Browse files
authored
Fix app config (#3614)
1 parent 77558e2 commit 9769786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/global_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _get_menu_options(self) -> list[MenuItem]:
131131
action=self._select_applications,
132132
value=[],
133133
preview_action=self._prev_applications,
134-
key='application_config',
134+
key='app_config',
135135
),
136136
MenuItem(
137137
text=tr('Kernels'),

0 commit comments

Comments
 (0)