Merge pull request #865 from StefanDanielSchwarz/del_char_checkbox-unchecked-by-default

del_char_checkbox unchecked by default
This commit is contained in:
Cohee 2023-08-03 17:18:49 +03:00 committed by GitHub
commit 19a0f8e5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7520,7 +7520,7 @@ $(document).ready(function () {
<h3>Delete the character?</h3>
<b>THIS IS PERMANENT!<br><br>
<label for="del_char_checkbox" class="checkbox_label justifyCenter">
<input type="checkbox" id="del_char_checkbox" checked />
<input type="checkbox" id="del_char_checkbox" />
<span>Also delete the chat files</span>
</label><br></b>`
);