diff --git a/src/renderer/components/+preferences/terminal.tsx b/src/renderer/components/+preferences/terminal.tsx index 1f30c7985c..114db3fe83 100644 --- a/src/renderer/components/+preferences/terminal.tsx +++ b/src/renderer/components/+preferences/terminal.tsx @@ -24,7 +24,9 @@ export const Terminal = observer(() => { : "System default shell" ); - return (
+ return (
+

Terminal

+
{ onChange={(value) => userStore.terminalConfig.fontFamily=value} />
-
); + ); });