1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

Define id for menu.

This commit is contained in:
Todd Martin
2025-05-25 21:59:12 -04:00
parent 23f4af6984
commit 21672aa3f6

View File

@@ -11,7 +11,7 @@ import { WindowMain } from "../window.main";
import { IMenubarMenu } from "./menubar";
export class WindowMenu implements IMenubarMenu {
readonly id: string;
readonly id: string = "windowMenu";
get label(): string {
return this.localize("window");