first commit

This commit is contained in:
Tran Xen
2023-07-26 17:42:02 +02:00
commit 056f7a72a2
83 changed files with 6080 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
window.onbeforeunload = function() {
// Prevent the stable diffusion window from being closed by mistake
return "Are you sure ?";
};