first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
window.onbeforeunload = function() {
|
||||
// Prevent the stable diffusion window from being closed by mistake
|
||||
return "Are you sure ?";
|
||||
};
|
||||
Reference in New Issue
Block a user