mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
Added a small disclaimer in about menu to help verification in testing
This commit is contained in:
@@ -69,7 +69,8 @@ export class AboutMenu implements IMenubarMenu {
|
||||
"\nNode " +
|
||||
process.versions.node +
|
||||
"\nArchitecture " +
|
||||
process.arch;
|
||||
process.arch +
|
||||
"\nBuilt with pnpm";
|
||||
const result = await dialog.showMessageBox(this._window, {
|
||||
title: "Bitwarden",
|
||||
message: "Bitwarden",
|
||||
|
||||
Reference in New Issue
Block a user