Trigger immediate check for pygmalion formatting

This commit is contained in:
SillyLossy
2023-04-16 23:10:27 +03:00
parent 9616b26402
commit 0ac5cc70ca
2 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,7 @@ export {
isStreamingEnabled,
getThumbnailUrl,
getStoppingStrings,
getStatus,
chat,
this_chid,
settings,

View File

@ -4,6 +4,7 @@ import {
characters,
callPopup,
token,
getStatus,
} from "../script.js";
import { delay } from "./utils.js";
@ -345,6 +346,7 @@ $(document).ready(() => {
$("#pygmalion_formatting").change(function (e) {
power_user.pygmalion_formatting = Number($(this).find(":selected").val());
getStatus();
saveSettingsDebounced();
});