diff --git a/apps/desktop/src/main/tray.main.ts b/apps/desktop/src/main/tray.main.ts index 7b2cb155385..eee864079bd 100644 --- a/apps/desktop/src/main/tray.main.ts +++ b/apps/desktop/src/main/tray.main.ts @@ -203,6 +203,10 @@ export class TrayMain { } } + /** + * This method is used to test modal behavior during development and could be removed in the future. + * @returns + */ private async fakePopup() { if (this.windowMain.win == null || this.windowMain.win.isDestroyed()) { await this.windowMain.createWindow("modal-app");