From 27c80d9cf682f5c7ac9eb595f10ab714caa29444 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Thu, 28 Apr 2022 21:45:27 +0200 Subject: [PATCH] Verify thumbnail downloads --- src/ui/uiapp.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/uiapp.rs b/src/ui/uiapp.rs index a623c51..beb6abf 100644 --- a/src/ui/uiapp.rs +++ b/src/ui/uiapp.rs @@ -83,6 +83,10 @@ impl epi::App for MyEguiApp { let mut style: egui::Style = (*ctx.style()).clone(); create_style(&mut style); ctx.set_style(style); + + //Clean up thumbnails + + } fn update(&mut self, ctx: &egui::Context, _frame: &epi::Frame) {