From dd0629b0b43ded20036d4c2d99f040a80d83bcfc Mon Sep 17 00:00:00 2001 From: Furkan Guvenc Date: Wed, 22 Jan 2025 10:54:33 +0000 Subject: [PATCH 1/2] Fix context menu and dropdown menu links in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 630ade1..f5c989a 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ Enable this widget with the feature `slide_bar`. ### Context Menu -See the example [here](./examples/context_menu/src/main.rs) +See the example [here](./src/widget/context_menu.rs) ### Drop Down Menu -See the example [here](./examples/drop_down/src/main.rs) +See the example [here](./src/widget/drop_down.rs) ### Sidebar From 4386c529512110a1ff99232ee532944cad9b7e92 Mon Sep 17 00:00:00 2001 From: Furkan Guvenc Date: Wed, 22 Jan 2025 12:03:06 +0000 Subject: [PATCH 2/2] point links to examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5c989a..eb24f45 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ Enable this widget with the feature `slide_bar`. ### Context Menu -See the example [here](./src/widget/context_menu.rs) +See the example [here](./examples/context_menu.rs) ### Drop Down Menu -See the example [here](./src/widget/drop_down.rs) +See the example [here](./examples/drop_down.rs) ### Sidebar