mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Adjust automation id layout
This commit is contained in:
		@@ -78,7 +78,7 @@
 | 
			
		||||
                <input type="checkbox" id="qr--executeOnGroupMemberDraft">
 | 
			
		||||
                <span><i class="fa-solid fa-fw fa-people-group"></i> Execute before group member message</span>
 | 
			
		||||
            </label>
 | 
			
		||||
            <div class="flex-container alignItemsBaseline" title="Activate this quick reply when a World Info entry with the same Automation ID is triggered.">
 | 
			
		||||
            <div class="flex-container alignItemsBaseline flexFlowColumn flexNoGap" title="Activate this quick reply when a World Info entry with the same Automation ID is triggered.">
 | 
			
		||||
                <small>Automation ID</small>
 | 
			
		||||
                <input type="text" id="qr--automationId" class="text_pole flex1" placeholder="( None )">
 | 
			
		||||
            </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -104,7 +104,7 @@ const loadSets = async () => {
 | 
			
		||||
                    qr.executeOnAi = slot.autoExecute_botMessage ?? false;
 | 
			
		||||
                    qr.executeOnChatChange = slot.autoExecute_chatLoad ?? false;
 | 
			
		||||
                    qr.executeOnGroupMemberDraft = slot.autoExecute_groupMemberDraft ?? false;
 | 
			
		||||
                    qr.automationId = slot.automationId ?? false;
 | 
			
		||||
                    qr.automationId = slot.automationId ?? '';
 | 
			
		||||
                    qr.contextList = (slot.contextMenu ?? []).map(it=>({
 | 
			
		||||
                        set: it.preset,
 | 
			
		||||
                        isChained: it.chain,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user