[BUG] Setting "Every N messages you send" in Author's Note to "0" does not disable it Cohee1207/SillyTavern#60

This commit is contained in:
SillyLossy
2023-04-13 12:27:57 +03:00
parent e4068b0d00
commit 858a91ff63

View File

@ -150,6 +150,7 @@ async function moduleWorker() {
}
if (lastMessageNumber <= 0 || chat_metadata[metadata_keys.interval] <= 0) {
context.setExtensionPrompt(MODULE_NAME, '');
$('#extension_floating_counter').text('No');
return;
}