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,
|
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'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue