Verify thumbnail downloads

This commit is contained in:
Philip Kristoffersen
2022-04-28 21:45:27 +02:00
parent b3cac2705c
commit 27c80d9cf6
+4
View File
@@ -83,6 +83,10 @@ impl epi::App for MyEguiApp {
let mut style: egui::Style = (*ctx.style()).clone(); let mut style: egui::Style = (*ctx.style()).clone();
create_style(&mut style); create_style(&mut style);
ctx.set_style(style); ctx.set_style(style);
//Clean up thumbnails
} }
fn update(&mut self, ctx: &egui::Context, _frame: &epi::Frame) { fn update(&mut self, ctx: &egui::Context, _frame: &epi::Frame) {