From d1fcd740ded5d69016c993a502b52e67f5d492d7 Mon Sep 17 00:00:00 2001 From: "Anthony S." <29609366+anthony-hyo@users.noreply.github.com> Date: Thu, 9 Oct 2025 04:41:20 -0300 Subject: [PATCH] Include screenshot in popups README (#7562) Add missing screenshot to README for popups example Co-authored-by: Lucas Meurer --- examples/popups/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/popups/README.md b/examples/popups/README.md index ce32e895..ba2faa2e 100644 --- a/examples/popups/README.md +++ b/examples/popups/README.md @@ -3,3 +3,5 @@ Example of how to use menus, popups, context menus and tooltips. ```sh cargo run -p popups ``` + +![](screenshot.png)