We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5382d4e commit 98c91efCopy full SHA for 98c91ef
css/chat.css
@@ -1001,7 +1001,7 @@ select {
1001
#theme_toggle {
1002
background-color: var(--theme-toggle-bg);
1003
margin: 5px 0;
1004
- color: var(--theme-toggle-cl);
+ /* color: var(--theme-toggle-cl); */
1005
}
1006
1007
.history {
js/search_chats.js
@@ -9,7 +9,6 @@ function escapeRegExp(string) {
9
10
function openOldChat(chat_id) {
11
let chat = document.querySelector("[data-id='" + chat_id + "']");
12
- console.log(chat)
13
if(chat){
14
closeDialogs();
15
if(can_delete_history){
0 commit comments