From 65732f4406e064c9c0a9861258ecfd678ac0e3ec Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:39:15 +0200 Subject: [PATCH] del_char_checkbox unchecked by default When you delete a character, you can always re-import them - but if you deleted the chat files, they're gone forever unless you backed them up manually. That's why I think this checkbox should be off by default, making chat file deletion a conscious effort. With it off, worst case someone forgets to check the box and has some unnecessary files on their disk that they can then delete manually. That's much less of a problem than someone forgetting to uncheck the box (e. g. when importing a new version of the character) and then suffering data loss. --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index bc63dee2e..7fe8d26fa 100644 --- a/public/script.js +++ b/public/script.js @@ -7520,7 +7520,7 @@ $(document).ready(function () {

Delete the character?

THIS IS PERMANENT!


` );