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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user