From f9209809486653eb1592858c2be4704881d0d9c3 Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:20:42 +0800 Subject: [PATCH] change to an eye icon --- src/SEQTA.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 59062728..123b507f 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -997,7 +997,7 @@ function handleTimetableAssessmentHide(): void { const hideOn = document.createElement("button") hideOn.className = "uiButton timetable-hide iconFamily" - hideOn.innerHTML = "" // Using unicode for zoom in icon + hideOn.innerHTML = "👁" // Using unicode for hide icon hideControls.appendChild(hideOn)