mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-22 00:08:30 +00:00
Adds `window:savelastwindow` and `window:confirmclose` settings, which can be used to alter the default window close behavior. Both of these default to `true` to maintain the existing default behavior. If `window:savelastwindow` is unset, the same logic will be used as if the user had more than one window remaining (see below). If `window:confirmonclose` is unset, the user will no longer be prompted to confirm if they are closing a window whose workspace has unsaved changes (the workspace is not named and it has more than one tab). |
||
|---|---|---|
| .. | ||
| authkey.ts | ||
| docsite.ts | ||
| emain-activity.ts | ||
| emain-tabview.ts | ||
| emain-util.ts | ||
| emain-wavesrv.ts | ||
| emain-web.ts | ||
| emain-window.ts | ||
| emain-wsh.ts | ||
| emain.ts | ||
| launchsettings.ts | ||
| log.ts | ||
| menu.ts | ||
| platform.ts | ||
| preload-webview.ts | ||
| preload.ts | ||
| updater.ts | ||