From 657a2672fead185eb37ea4a61f587a7a796b6a0d Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 19 Feb 2025 21:55:25 +0300 Subject: Use an icon from the GNOME Icon Development Kit for LLM enhancements If the user doesn't have an emoji font installed (why wouldn't you?), this will be helpful. Additionally it makes this button less appealing and prominent. --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 595f395..1adc0c1 100755 --- a/build.rs +++ b/build.rs @@ -24,6 +24,6 @@ fn main() { None::<&str>, Some("./icons"), // Stock icons to include - ["menu", "magic-wand"], + ["menu", "brain-augemnted" /* sic! */ ], ); } -- cgit 1.4.1