summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.rs2
-rw-r--r--icons.toml7
-rw-r--r--src/lib.rs2
3 files changed, 2 insertions, 9 deletions
diff --git a/build.rs b/build.rs
index 08ac6e2..6eb4244 100755
--- a/build.rs
+++ b/build.rs
@@ -30,6 +30,6 @@ fn main() {
         None::<&str>,
         Some("./icons"),
         // Stock icons to include
-        ["menu", "brain-augemnted" /* sic! */ ],
+        ["menu", "brain-augemnted", "paper-plane" /* sic! */ ],
     );
 }
diff --git a/icons.toml b/icons.toml
deleted file mode 100644
index ecd2940..0000000
--- a/icons.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-# Recommended: Specify your app ID *OR* your base resource path for more robust icon loading
-app_id = "xyz.vikanezrimaya.kittybox.Bowl"
-#base_resource_path = "/xyz/vikanezrimaya/kittybox/Bowl/"
-
-# List of icon names you found (shipped with this crate)
-# Note: the file ending `-symbolic.svg` isn't part of the icon name.
-icons = ["menu", "magic-wand"]
diff --git a/src/lib.rs b/src/lib.rs
index 4ecc139..0520e0a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -418,7 +418,7 @@ impl AsyncComponent for App {
                         set_icon_name: "menu",
                     },
                     pack_end = &gtk::Button {
-                        set_icon_name: "document-send-symbolic",
+                        set_icon_name: "paper-plane",
                         set_tooltip: &gettext("Publish"),
                         #[watch]
                         set_visible: model.micropub.is_some(),