fix: remove CHECK ME comment

This commit is contained in:
Giacomo Cusinato 2025-03-27 18:06:36 +09:00
parent d4dc5dc0a1
commit f3a2eb94d9

View File

@ -77,7 +77,6 @@ export class ElectronMainMenuFactory extends TheiaElectronMainMenuFactory {
return escapedMenu;
}
// CHECK ME
override async doSetMenuBar(): Promise<void> {
// Avoid updating menu items when the app is not ready.
// Getting the current electron window is not free and synchronous.