Skip to content

Commit 371b72f

Browse files
committed
Enable menu translation in Electron app
Uncommented the call to setMenuTranslation() in the Electron app initialization flow to ensure menu items are translated as intended.
1 parent d51aeb6 commit 371b72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/apps/ame/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AppComponent implements OnInit {
5656
this.titleService.setTitle(this.title);
5757

5858
if (this.browserService.isStartedAsElectronApp() || !window.require) {
59-
//this.setMenuTranslation();
59+
this.setMenuTranslation();
6060
this.setContextMenu();
6161
}
6262

0 commit comments

Comments
 (0)