mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
Only show fake popup to devs
This commit is contained in:
@@ -7,7 +7,7 @@ import { firstValueFrom } from "rxjs";
|
||||
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
|
||||
|
||||
import { DesktopSettingsService } from "../platform/services/desktop-settings.service";
|
||||
import { cleanUserAgent } from "../utils";
|
||||
import { cleanUserAgent, isDev } from "../utils";
|
||||
|
||||
import { WindowMain } from "./window.main";
|
||||
|
||||
@@ -47,6 +47,7 @@ export class TrayMain {
|
||||
click: () => this.toggleWindow(),
|
||||
},
|
||||
{
|
||||
visible: isDev(),
|
||||
label: "Fake Popup",
|
||||
click: () => this.fakePopup(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user