summaryrefslogtreecommitdiffstats
path: root/html/src/components/app.tsx
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
commit27389dc7d4aacc15a6201621fb793b3e1027f46e (patch)
treec91ab0ac9447b25f91c05e901212c2142fb95953 /html/src/components/app.tsx
parentAdding upstream version 1.7.3. (diff)
downloadttyd-0ff0c0d7fc0fe0cecdb6f84d58b4fc7296b05d7d.tar.xz
ttyd-0ff0c0d7fc0fe0cecdb6f84d58b4fc7296b05d7d.zip
Adding upstream version 1.7.4.upstream/1.7.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'html/src/components/app.tsx')
-rw-r--r--html/src/components/app.tsx1
1 files changed, 1 insertions, 0 deletions
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,