mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix pin examples not saving properly
This commit is contained in:
@ -92,7 +92,7 @@ $(document).ready(() => {
|
||||
|
||||
$("#pin-examples-checkbox").change(function () {
|
||||
pin_examples = !!$(this).prop("checked");
|
||||
localStorage.setItem(storage_keys.force_pygmalion_formatting, pin_examples);
|
||||
localStorage.setItem(storage_keys.pin_examples, pin_examples);
|
||||
});
|
||||
|
||||
$("#disable-description-formatting-checkbox").change(function () {
|
||||
|
Reference in New Issue
Block a user