mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#1484 Display version on close chat
This commit is contained in:
@ -8427,6 +8427,7 @@ jQuery(async function () {
|
|||||||
select_rm_characters();
|
select_rm_characters();
|
||||||
sendSystemMessage(system_message_types.WELCOME);
|
sendSystemMessage(system_message_types.WELCOME);
|
||||||
eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
|
eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
|
||||||
|
await getClientVersion();
|
||||||
} else {
|
} else {
|
||||||
toastr.info('Please stop the message generation first.');
|
toastr.info('Please stop the message generation first.');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user