git.lucas.co / cce-fonts
font browser

commit35adae87186f4c7766cbdace86409434b817a6f7
parentd9e89a159f
authorLucas Galante <[email protected]>
date2026-06-04 09:53
Remove icons from paginator tab labels

 src/main.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index 895c239..fe629f5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -576,8 +576,8 @@ impl Application for TypefaceApp {
 
     fn new(_qh: &QueueHandle<EngineState<Self>>, _sender: calloop::channel::Sender<Self::Message>) -> Self {
         let mut paginator = Paginator::new(56.0, vec![
-            "🔤 Browse".to_string(),
-            "⌨ Keys".to_string(),
+            "Browse".to_string(),
+            "Keys".to_string(),
         ]);
         paginator.tabs_rotated = true;
         paginator.tabs_at_top = false;