From bfdd0c1d50cac12d9792c159288e34194381b2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jezer=20Mej=C3=ADa?= <59768785+JezerM@users.noreply.github.com> Date: Mon, 17 Jan 2022 11:12:34 -0600 Subject: [PATCH] Update ts/config.ts Co-authored-by: Sam Lanning --- ts/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/config.ts b/ts/config.ts index 0eb33ee..a397f2f 100644 --- a/ts/config.ts +++ b/ts/config.ts @@ -18,8 +18,8 @@ export const WEB_GREETER_CONFIG = io_ts.type({ screensaver_timeout: io_ts.number, secure_mode: io_ts.boolean, theme: io_ts.string, - icon_theme: io_ts.union([io_ts.string, io_ts.null]), - time_language: io_ts.union([io_ts.string, io_ts.null]), + icon_theme: io_ts.union([io_ts.string, io_ts.null, io_ts.undefined]), + time_language: io_ts.union([io_ts.string, io_ts.null, io_ts.undefined]), }), layouts: io_ts.array(io_ts.string), features: io_ts.type({