packager
packager copied to clipboard
[Enhancement] Confirm closing page
Add an option to show confirmation when closing the page.
There is a way to do that but it only works on HTML, not EXE
The code:
window.onbeforeunload = function() {
return "Are you sure ";
};
This code is JS so paste it into the Custom JS on Advanced Options

I think issue can be closed now because OP says "Page", not "exe".
leave it open. we haven't added a dedicated option yet
in modern times you can use the Ask Before Closing Tab extension