diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx
index 8fc3cf9764..a144f8e787 100644
--- a/src/renderer/components/+preferences/preferences.tsx
+++ b/src/renderer/components/+preferences/preferences.tsx
@@ -14,6 +14,7 @@ import { SubTitle } from "../layout/sub-title";
import { Select, SelectOption } from "../select";
import { HelmCharts } from "./helm-charts";
import { KubectlBinaries } from "./kubectl-binaries";
+import { ScrollSpy } from "../scroll-spy/scroll-spy";
@observer
export class Preferences extends React.Component {
@@ -31,94 +32,96 @@ export class Preferences extends React.Component {
const header =
Preferences
;
return (
-
-
-
-
Application
-
-
-
Appearance
-
-
-
-
Proxy
-
- this.httpProxy = v}
- onBlur={() => preferences.httpsProxy = this.httpProxy}
- />
-
- Proxy is used only for non-cluster communication.
-
+ (
+
+
+
+
Application
+
+
+
Appearance
+
+
+
+
Proxy
+
+ this.httpProxy = v}
+ onBlur={() => preferences.httpsProxy = this.httpProxy}
+ />
+
+ Proxy is used only for non-cluster communication.
+
-
- preferences.allowUntrustedCAs = v}
- />
-
- This will make Lens to trust ANY certificate authority without any validations.{" "}
- Needed with some corporate proxies that do certificate re-writing.{" "}
- Does not affect cluster communications!
-
+
+ preferences.allowUntrustedCAs = v}
+ />
+
+ This will make Lens to trust ANY certificate authority without any validations.{" "}
+ Needed with some corporate proxies that do certificate re-writing.{" "}
+ Does not affect cluster communications!
+
+
+
+