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