mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move total token counter. Tighten the UI
This commit is contained in:
@@ -35,7 +35,6 @@ import {
|
||||
online_status,
|
||||
talkativeness_default,
|
||||
selectRightMenuWithAnimation,
|
||||
setRightTabSelectedClass,
|
||||
default_ch_mes,
|
||||
deleteLastMessage,
|
||||
showSwipeButtons,
|
||||
@@ -832,7 +831,6 @@ async function deleteGroup(id) {
|
||||
select_rm_info("group_delete", id);
|
||||
|
||||
$("#rm_button_selected_ch").children("h2").text('');
|
||||
setRightTabSelectedClass();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1139,7 +1137,6 @@ function select_group_chats(groupId, skipAnimation) {
|
||||
if (group) {
|
||||
$("#rm_group_automode_label").show();
|
||||
$("#rm_button_selected_ch").children("h2").text(groupName);
|
||||
setRightTabSelectedClass('rm_button_selected_ch');
|
||||
}
|
||||
else {
|
||||
$("#rm_group_automode_label").hide();
|
||||
|
Reference in New Issue
Block a user