From ab7268f37125a5a9d2e8e15baf4ebc02fe8a2060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Mon, 28 Oct 2024 18:18:01 +0100 Subject: [PATCH] Added comment --- apps/desktop/src/main/tray.main.ts | 4 ++++ 1 file changed, 4 insertions(+) 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");