From c7e75f426486780b938ef5be21c7c98bfd690067 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Wed, 8 Jan 2025 22:39:39 +0100 Subject: [PATCH] Update drop text --- crates/rpack/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpack/src/app.rs b/crates/rpack/src/app.rs index bbae0e0..543beb1 100644 --- a/crates/rpack/src/app.rs +++ b/crates/rpack/src/app.rs @@ -367,7 +367,7 @@ impl eframe::App for TemplateApp { ui.vertical_centered_justified(|ui| { ui.add_space(50.0); ui.label( - RichText::new("Drop files here") + RichText::new("Drop images here first") .heading() .color(MY_ACCENT_COLOR32), );