Skip to content

Commit

Permalink
Update ts/config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Lanning <[email protected]>
  • Loading branch information
JezerM and s0 authored Jan 17, 2022
1 parent d162e38 commit bfdd0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit bfdd0c1

Please sign in to comment.