diff --git a/app/src/Settings.tsx b/app/src/Settings.tsx index 3f3e07c..d9d1905 100644 --- a/app/src/Settings.tsx +++ b/app/src/Settings.tsx @@ -1,4 +1,5 @@ import { useEffect, useRef, useState } from "react"; +import { X } from "lucide-react"; import { COLORS, FONT, ACCENTS } from "./theme"; import { setConfig, restartDaemon } from "./socketBridge"; import type { ConfigView, DaemonHealth } from "./socketBridge"; @@ -20,7 +21,13 @@ export function Settings({ config, health, onClose, onReload }: { config: Config
e.stopPropagation()} onKeyDown={(e) => { e.stopPropagation(); if (e.key === "Escape") onClose(); }} style={{ width: 520, maxHeight: "80vh", overflowY: "auto", background: COLORS.bgApp, border: `1px solid ${COLORS.borderStrong}`, borderRadius: 14, padding: 24, color: COLORS.textPrimary, fontFamily: FONT.ui }}> -
Settings
+
+ Settings + +
Terminal font