diff --git a/src/app.rs b/src/app.rs
index f277251..87473f8 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -76,31 +76,38 @@ impl eframe::App for App {
&assets.remove_thumb,
);
- if ui.button(RichText::new("save").size(20.0)).clicked() {
-
- let mut name: String = "".to_owned();
-
- for (field_name, value) in ferris.iter() {
- if let Some(string_opt) = value.downcast_ref::