1
0
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:
Jared Snider
2025-07-16 08:43:33 -04:00
parent 876761c300
commit fe9e473f21

View File

@@ -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);
}