fixed duplicate preferences menu item.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-08-14 11:24:59 +02:00
parent e72e794266
commit f605994d7d
2 changed files with 4 additions and 7 deletions

View File

@@ -19,8 +19,7 @@ export class CommonFrontendContribution extends TheiaCommonFrontendContribution
CommonCommands.AUTO_SAVE,
CommonCommands.OPEN_PREFERENCES,
CommonCommands.SELECT_ICON_THEME,
CommonCommands.SELECT_COLOR_THEME,
CommonCommands.OPEN_PREFERENCES
CommonCommands.SELECT_COLOR_THEME
]) {
registry.unregisterMenuAction(command);
}