From b169bc95305ac1d7e91a75c17104e5e4121bd1e8 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Fri, 7 Nov 2025 11:52:10 +0530 Subject: [PATCH] Remove Window Decorations --- widget/src/show_popup.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/widget/src/show_popup.rs b/widget/src/show_popup.rs index fe36ed4..0171fbc 100644 --- a/widget/src/show_popup.rs +++ b/widget/src/show_popup.rs @@ -120,6 +120,7 @@ pub fn show_popup( height: 150., }, position: window::Position::Specific(Point { x: 20., y: 20. }), + decorations: false, ..window::Settings::default() }) .run_with(move || {