From f3a2eb94d957642bb2907c79f58b9c148584d0cc Mon Sep 17 00:00:00 2001 From: Giacomo Cusinato <7659518+giacomocusinato@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:06:36 +0900 Subject: [PATCH] fix: remove CHECK ME comment --- .../electron-browser/theia/core/electron-main-menu-factory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/arduino-ide-extension/src/electron-browser/theia/core/electron-main-menu-factory.ts b/arduino-ide-extension/src/electron-browser/theia/core/electron-main-menu-factory.ts index 181e3abe..cec3f54e 100644 --- a/arduino-ide-extension/src/electron-browser/theia/core/electron-main-menu-factory.ts +++ b/arduino-ide-extension/src/electron-browser/theia/core/electron-main-menu-factory.ts @@ -77,7 +77,6 @@ export class ElectronMainMenuFactory extends TheiaElectronMainMenuFactory { return escapedMenu; } - // CHECK ME override async doSetMenuBar(): Promise { // Avoid updating menu items when the app is not ready. // Getting the current electron window is not free and synchronous.