fix(app): disable terminal transparency

This commit is contained in:
Adam 2026-02-10 13:11:02 -06:00
commit 80220cebe4
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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