mirror of https://github.com/Leinnan/rpack.git
format fix
This commit is contained in:
parent
b2897c8431
commit
f3ea54fa32
|
|
@ -357,7 +357,6 @@ impl eframe::App for TemplateApp {
|
|||
ui.add(egui::Label::new(text));
|
||||
}
|
||||
if !self.dropped_files.is_empty() {
|
||||
|
||||
ui.horizontal_top(|ui|{
|
||||
if let Some(image) = &self.image {
|
||||
ui.add(image.clone());
|
||||
|
|
|
|||
Loading…
Reference in New Issue