1
0
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:
Sebastian Malton 2021-05-17 15:48:54 -04:00
parent 26e72487d4
commit 25bd462861

View File

@ -33,6 +33,12 @@ import { navigate } from "../navigation";
export function initCommandRegistry() {
CommandRegistry.getInstance()
.add([
{
id: "app.showPreferences",
title: "Preferences: Open",
scope: "global",
action: () => navigate(routes.preferencesURL())
},
{
id: "cluster.viewHelmCharts",
title: "Cluster: View Helm Charts",