1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 22:33:52 +03:00

Add missing doc for show_update_window

This commit is contained in:
Benoit de Chezelles 2021-02-06 02:49:46 +01:00 committed by Wez Furlong
parent e599c08fd3
commit 2da019877e

View File

@ -78,8 +78,10 @@ return {
-- By default it is checked once every 24 hours.
-- Set `check_for_updates` to `false` to disable this completely or set
-- `check_for_updates_interval_seconds` for an alternative update interval.
-- You can also disable the update window with `show_update_window`.
check_for_updates = true,
check_for_updates_interval_seconds = 86400,
show_update_window = true,
}
```