mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Trigger immediate check for pygmalion formatting
This commit is contained in:
		@@ -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();
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user