mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
Added comment
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user