1
0
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:
Anders Åberg
2026-01-07 11:05:51 +01:00
parent 971b33f868
commit a1a90485c6

View File

@@ -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",