From 8aafaf2c8b7b8454d621333bcd0ce570a9ebe919 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:01:20 -0800 Subject: [PATCH] Change "interrogate" icon Feels like it fits the action more and is more distinct from the resize icon. --- modules/ui_symbols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui_symbols.py b/modules/ui_symbols.py index 099ec03b8..d60aabe47 100644 --- a/modules/ui_symbols.py +++ b/modules/ui_symbols.py @@ -26,7 +26,7 @@ search = '🔍' preview = '🖼️' image = '🖌️' resize = '⁜' -interrogate = '♻' +interrogate = '\uf46b' # Telescope icon in Noto Sans. Previously '♻' bullet = '⃝' vision = '\uf06e' # Font Awesome eye icon (more minimalistic) reasoning = '\uf0eb' # Font Awesome lightbulb icon (represents thinking/reasoning)