1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix show minimap label

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-12-29 21:32:09 +03:00
parent 58d9a09902
commit e8aec12591

View File

@ -49,7 +49,7 @@ export const Editor = observer(() => {
checked={editorConfiguration.minimap.enabled}
onChange={() => editorConfiguration.minimap.enabled = !editorConfiguration.minimap.enabled}
>
Copy on select and paste on right-click
Show minimap
</Switch>
</div>
<div className="flex gaps align-center">