feat(advanced settings): allow auto update

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2026-02-27 22:42:03 +08:00
parent dc2f6882bb
commit 36a8020c65
11 changed files with 132 additions and 0 deletions
@@ -408,6 +408,18 @@ Default values:
**Note**: Replace **app_name** means current app name.
### allow-auto-update
Allow automatic updates. When enabled, the client will automatically download and install the latest version from GitHub official releases when a new version is available.
**Location**:
1. **Windows** Settings → General → Other → Auto update
| Install required | Values | Default | Example | Version |
| :------: | :------: | :------: | :------: | :------: |
| Y | Y, N | N | `allow-auto-update=Y` | >= 1.4.6 |
### enable-confirm-closing-tabs
Controls whether to show a confirm dialog before closing all remote tabs.