waveterm/emain
Evan Simkowitz 62dcf1326d
Allow users to close windows without confirming, delete last window (#1598)
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).
2024-12-20 14:02:08 -08:00
..
authkey.ts fix for waveterm environment variables leaking from prod to dev (#1153) 2024-10-27 13:12:41 -07:00
docsite.ts Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
emain-activity.ts browser view (#1005) 2024-10-17 14:34:02 -07:00
emain-tabview.ts closetab / tab destroy fixes (#1424) 2024-12-06 15:42:29 -08:00
emain-util.ts Global Hotkey Docs (#1548) 2024-12-17 15:25:34 -08:00
emain-wavesrv.ts fix for waveterm environment variables leaking from prod to dev (#1153) 2024-10-27 13:12:41 -07:00
emain-web.ts Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00
emain-window.ts Allow users to close windows without confirming, delete last window (#1598) 2024-12-20 14:02:08 -08:00
emain-wsh.ts Workspace app menu (#1423) 2024-12-06 15:33:00 -08:00
emain.ts Add warning when user is running in ARM translation mode (#1560) 2024-12-18 19:44:50 -08:00
launchsettings.ts Update data and config paths to match platform defaults (#1047) 2024-10-22 09:26:58 -07:00
log.ts Workspace app menu (#1423) 2024-12-06 15:33:00 -08:00
menu.ts Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
platform.ts Add warning when user is running in ARM translation mode (#1560) 2024-12-18 19:44:50 -08:00
preload-webview.ts right click save image in webview (#962) 2024-10-04 16:34:05 -07:00
preload.ts Pass workspace id to contextmenu-show (#1429) 2024-12-06 19:10:34 -08:00
updater.ts minor v10 cleanup (waveReadyPromise, focusedWaveWindow) (#1456) 2024-12-10 10:58:50 -08:00