From 772341fb1e1e4dbc34a895646c7799f72cc0a04a Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:57:33 -0600 Subject: [PATCH] refactor: remove unused settings --- .../components/dashboard/settings/web-server/terminal.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx b/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx index c858a8bec..dccdec003 100644 --- a/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx +++ b/apps/dokploy/components/dashboard/settings/web-server/terminal.tsx @@ -37,9 +37,6 @@ export const Terminal: React.FC = ({ id, serverId }) => { background: "rgba(0, 0, 0, 0)", foreground: "currentColor", }, - allowTransparency: true, - screenReaderMode: true, - scrollback: 1000, }); const addonFit = new FitAddon();