Update drop text

This commit is contained in:
Piotr Siuszko 2025-01-08 22:39:39 +01:00
parent 7016780c6d
commit c7e75f4264
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ impl eframe::App for TemplateApp {
ui.vertical_centered_justified(|ui| { ui.vertical_centered_justified(|ui| {
ui.add_space(50.0); ui.add_space(50.0);
ui.label( ui.label(
RichText::new("Drop files here") RichText::new("Drop images here first")
.heading() .heading()
.color(MY_ACCENT_COLOR32), .color(MY_ACCENT_COLOR32),
); );