1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Added comment

This commit is contained in:
Anders Åberg
2024-10-28 18:18:01 +01:00
parent 903cecba6f
commit ab7268f371

View File

@@ -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");