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:
parent
e599c08fd3
commit
2da019877e
@ -78,8 +78,10 @@ return {
|
|||||||
-- By default it is checked once every 24 hours.
|
-- By default it is checked once every 24 hours.
|
||||||
-- Set `check_for_updates` to `false` to disable this completely or set
|
-- Set `check_for_updates` to `false` to disable this completely or set
|
||||||
-- `check_for_updates_interval_seconds` for an alternative update interval.
|
-- `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 = true,
|
||||||
check_for_updates_interval_seconds = 86400,
|
check_for_updates_interval_seconds = 86400,
|
||||||
|
show_update_window = true,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user