refactor: remove unused settings

This commit is contained in:
Mauricio Siu 2025-01-26 14:57:33 -06:00
parent e7a6247297
commit 772341fb1e

View File

@ -37,9 +37,6 @@ export const Terminal: React.FC<Props> = ({ id, serverId }) => {
background: "rgba(0, 0, 0, 0)",
foreground: "currentColor",
},
allowTransparency: true,
screenReaderMode: true,
scrollback: 1000,
});
const addonFit = new FitAddon();