diff --git a/src/pages/connections.tsx b/src/pages/connections.tsx index 85f97e4..3654a61 100644 --- a/src/pages/connections.tsx +++ b/src/pages/connections.tsx @@ -110,11 +110,10 @@ const ConnectionsPage = () => { title={t("Connections")} contentStyle={{ height: "100%" }} header={ - + setSetting((o) => o.layout === "list" diff --git a/src/pages/logs.tsx b/src/pages/logs.tsx index 793690c..a26b7eb 100644 --- a/src/pages/logs.tsx +++ b/src/pages/logs.tsx @@ -41,11 +41,10 @@ const LogPage = () => { title={t("Logs")} contentStyle={{ height: "100%" }} header={ - + setEnableLog((e) => !e)} > {enableLog ? (