#1484 Display version on close chat

This commit is contained in:
Cohee 2023-12-07 16:57:47 +02:00
parent bb1c278899
commit 2417ae9d87

View File

@ -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.');
}