We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51aeb6 commit 371b72fCopy full SHA for 371b72f
core/apps/ame/src/app/app.component.ts
@@ -56,7 +56,7 @@ export class AppComponent implements OnInit {
56
this.titleService.setTitle(this.title);
57
58
if (this.browserService.isStartedAsElectronApp() || !window.require) {
59
- //this.setMenuTranslation();
+ this.setMenuTranslation();
60
this.setContextMenu();
61
}
62
0 commit comments