mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
readd open prefences
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
26e72487d4
commit
25bd462861
@ -33,6 +33,12 @@ import { navigate } from "../navigation";
|
|||||||
export function initCommandRegistry() {
|
export function initCommandRegistry() {
|
||||||
CommandRegistry.getInstance()
|
CommandRegistry.getInstance()
|
||||||
.add([
|
.add([
|
||||||
|
{
|
||||||
|
id: "app.showPreferences",
|
||||||
|
title: "Preferences: Open",
|
||||||
|
scope: "global",
|
||||||
|
action: () => navigate(routes.preferencesURL())
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "cluster.viewHelmCharts",
|
id: "cluster.viewHelmCharts",
|
||||||
title: "Cluster: View Helm Charts",
|
title: "Cluster: View Helm Charts",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user