From 5d9d21f227301df521c769d5b24d37ea3fb1e637 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 17:08:46 +0900 Subject: [PATCH] Email filter Unread: use the incognito eye SVG (eye with X) instead of the ringed dot --- static/js/emailLibrary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/emailLibrary.js b/static/js/emailLibrary.js index 1ed8f598e..a42e5c745 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -1741,7 +1741,7 @@ async function _doSearch() { // listener keeps working. const _EMAIL_FILTER_ICONS = { 'all': '', - 'unread': '', + 'unread': '', 'favorites': '', 'undone': '', 'reminders': '',