mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 13:10:17 +00:00
PM-23733 - TODO fix later
This commit is contained in:
@@ -134,6 +134,14 @@ export class ViewMenu implements IMenubarMenu {
|
||||
};
|
||||
}
|
||||
|
||||
// private get viewFeatureFlags(): MenuItemConstructorOptions {
|
||||
// return {
|
||||
// id: "viewFeatureFlags",
|
||||
// label: this.localize("viewFeatureFlags"),
|
||||
// role: "viewFeatureFlags",
|
||||
// };
|
||||
// }
|
||||
|
||||
private localize(s: string) {
|
||||
return this._i18nService.t(s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user