Remove Window Decorations

This commit is contained in:
Candifloss 2025-11-07 11:52:10 +05:30
parent da209164c7
commit b169bc9530

View File

@ -120,6 +120,7 @@ pub fn show_popup(
height: 150., height: 150.,
}, },
position: window::Position::Specific(Point { x: 20., y: 20. }), position: window::Position::Specific(Point { x: 20., y: 20. }),
decorations: false,
..window::Settings::default() ..window::Settings::default()
}) })
.run_with(move || { .run_with(move || {