format fix

This commit is contained in:
Piotr Siuszko 2023-12-07 19:38:19 +01:00
parent b2897c8431
commit f3ea54fa32
1 changed files with 1 additions and 2 deletions

View File

@ -357,7 +357,6 @@ impl eframe::App for TemplateApp {
ui.add(egui::Label::new(text)); ui.add(egui::Label::new(text));
} }
if !self.dropped_files.is_empty() { if !self.dropped_files.is_empty() {
ui.horizontal_top(|ui|{ ui.horizontal_top(|ui|{
if let Some(image) = &self.image { if let Some(image) = &self.image {
ui.add(image.clone()); ui.add(image.clone());