From e17ce59fa4c907511f38795c342b2232a7bba26d Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 28 Apr 2025 10:59:52 +0200 Subject: feat: switch to fully custom, Material3-based theme --- src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.rs') diff --git a/src/options.rs b/src/options.rs index 2dc25d7..931182a 100644 --- a/src/options.rs +++ b/src/options.rs @@ -258,7 +258,7 @@ impl ApplyOptions for Row<'_, Message> { } } -impl ApplyOptions for Image { +impl ApplyOptions for Image<'_, Handle> { fn apply_options(self, options: BTreeMap>) -> Self { let mut image = self; -- cgit v1.2.3