Skip to content

Commit

Permalink
fix: remove element
Browse files Browse the repository at this point in the history
  • Loading branch information
mortada-codes committed May 10, 2023
1 parent d5a87f2 commit b419a3d
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ export const GlobalSettings = () => {
</Select>
</S.Div>

{/* <S.Div>
<S.Span>Kubectl proxy</S.Span>
<Checkbox checked={useKubectlProxy} onChange={handleChangeUsingKubectlProxy}>
Use kubectl proxy
</Checkbox>
</S.Div> */}

<S.Span>On Startup</S.Span>
<Tooltip mouseEnterDelay={TOOLTIP_DELAY} title={AutoLoadLastProjectTooltip}>
<Checkbox checked={loadLastProjectOnStartup} onChange={handleChangeLoadLastFolderOnStartup}>
Expand Down

0 comments on commit b419a3d

Please sign in to comment.