Fix app config (#3614)

This commit is contained in:
Daniel Girtler 2025-06-21 07:59:10 +10:00 committed by GitHub
parent 77558e2be5
commit 9769786ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class GlobalMenu(AbstractMenu[None]):
action=self._select_applications, action=self._select_applications,
value=[], value=[],
preview_action=self._prev_applications, preview_action=self._prev_applications,
key='application_config', key='app_config',
), ),
MenuItem( MenuItem(
text=tr('Kernels'), text=tr('Kernels'),