From 27389dc7d4aacc15a6201621fb793b3e1027f46e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 4 Oct 2023 14:22:35 +0200 Subject: Adding upstream version 1.7.4. Signed-off-by: Daniel Baumann --- html/src/components/app.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'html/src/components/app.tsx') diff --git a/html/src/components/app.tsx b/html/src/components/app.tsx index 71a2d89..1ad5fd3 100644 --- a/html/src/components/app.tsx +++ b/html/src/components/app.tsx @@ -15,6 +15,7 @@ const clientOptions = { enableZmodem: false, enableTrzsz: false, enableSixel: false, + isWindows: false, } as ClientOptions; const termOptions = { fontSize: 13, -- cgit v1.2.3