fix: sidebar icons revert back to old style after reload #282

This commit is contained in:
SethBurkart123
2025-06-04 12:01:55 +10:00
parent 9c3c63e497
commit f62d712549
+1 -1
View File
@@ -503,7 +503,7 @@ export async function ObserveMenuItemPosition() {
return; return;
} }
if (!node?.dataset?.checked && !MenuOptionsOpen) { if (!MenuOptionsOpen) {
const key = const key =
MenuitemSVGKey[node?.dataset?.key! as keyof typeof MenuitemSVGKey]; MenuitemSVGKey[node?.dataset?.key! as keyof typeof MenuitemSVGKey];
if (key) { if (key) {