Skip to content

Commit

Permalink
eclipse-theiaGH-3268: Disabled the icons in the main menu. They're un…
Browse files Browse the repository at this point in the history
…supported.

We cannot use the CSS class name of the `font-awesome` icons.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta authored and elaihau committed Oct 25, 2018
1 parent 241e17d commit 7df95eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export class ElectronMainMenuFactory {
items.push({
id: menu.id,
label: menu.label,
icon: menu.icon,
type: this.commandRegistry.getToggledHandler(commandId) ? 'checkbox' : 'normal',
checked: this.commandRegistry.isToggled(commandId),
enabled: true, // https://github.com/theia-ide/theia/issues/446
Expand Down

0 comments on commit 7df95eb

Please sign in to comment.