Fix app config (#3614)
This commit is contained in:
parent
77558e2be5
commit
9769786ad6
|
|
@ -131,7 +131,7 @@ class GlobalMenu(AbstractMenu[None]):
|
|||
action=self._select_applications,
|
||||
value=[],
|
||||
preview_action=self._prev_applications,
|
||||
key='application_config',
|
||||
key='app_config',
|
||||
),
|
||||
MenuItem(
|
||||
text=tr('Kernels'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue