mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
[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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user