mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Fix boolean conversion
This commit is contained in:
parent
8b3f65073c
commit
d59d7e6c8d
@ -1999,7 +1999,7 @@ $(document).ready(() => {
|
||||
});
|
||||
|
||||
$("#custom_stopping_strings_macro").change(function () {
|
||||
power_user.custom_stopping_strings_macro = $(this).prop("checked");
|
||||
power_user.custom_stopping_strings_macro = !!$(this).prop("checked");
|
||||
saveSettingsDebounced();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user