mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add missing terminal title
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
84ccd77cee
commit
b2fae3d091
@ -24,7 +24,9 @@ export const Terminal = observer(() => {
|
|||||||
: "System default shell"
|
: "System default shell"
|
||||||
);
|
);
|
||||||
|
|
||||||
return (<div>
|
return (<section>
|
||||||
|
<h2>Terminal</h2>
|
||||||
|
|
||||||
<section id="shell">
|
<section id="shell">
|
||||||
<SubTitle title="Terminal Shell Path"/>
|
<SubTitle title="Terminal Shell Path"/>
|
||||||
<Input
|
<Input
|
||||||
@ -78,5 +80,5 @@ export const Terminal = observer(() => {
|
|||||||
onChange={(value) => userStore.terminalConfig.fontFamily=value}
|
onChange={(value) => userStore.terminalConfig.fontFamily=value}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
</div>);
|
</section>);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user