Compare commits

...

1 Commits

Author SHA1 Message Date
Adam
a3204fce7e fix(app): disable terminal transparency 2026-02-10 13:11:02 -06:00

View File

@@ -190,7 +190,7 @@ export const Terminal = (props: TerminalProps) => {
cursorStyle: "bar",
fontSize: 14,
fontFamily: monoFontFamily(settings.appearance.font()),
allowTransparency: true,
allowTransparency: false,
convertEol: true,
theme: terminalColors(),
scrollback: 10_000,