diff options
| author | pml68 <contact@pml68.dev> | 2025-05-13 00:02:29 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-13 00:02:29 +0200 |
| commit | 4febea34098f021c78597882def2deeab5451f3f (patch) | |
| tree | ba0909b8dda34121e790b21d200a7d38fa1be07b /src/options.rs | |
| parent | Merge pull request #20 from pml68/feat/custom-theme (diff) | |
| download | iced-builder-4febea34098f021c78597882def2deeab5451f3f.tar.gz | |
chore: update `iced`
Diffstat (limited to '')
| -rw-r--r-- | src/options.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.rs b/src/options.rs index 931182a..2dc25d7 100644 --- a/src/options.rs +++ b/src/options.rs @@ -258,7 +258,7 @@ impl<Message> ApplyOptions for Row<'_, Message> { } } -impl<Handle> ApplyOptions for Image<'_, Handle> { +impl<Handle> ApplyOptions for Image<Handle> { fn apply_options(self, options: BTreeMap<String, Option<String>>) -> Self { let mut image = self; |
