Update Appimage

This commit is contained in:
MacRimi
2025-11-22 19:27:45 +01:00
parent ba86fa6d3e
commit c02606df6a
2 changed files with 71 additions and 20 deletions

View File

@@ -288,7 +288,7 @@ export const TerminalPanel: React.FC<TerminalPanelProps> = ({ websocketUrl, onCl
cursorBlink: true,
scrollback: 2000,
disableStdin: false,
cols: isMobile ? 40 : layout === "grid" ? 60 : 120,
cols: isMobile ? 80 : layout === "grid" ? 60 : 120,
rows: isMobile ? 20 : layout === "grid" ? 15 : 30,
theme: {
background: "#000000",