fix(app): draggable windows on X11 systems using winit

This commit is contained in:
Michael Aaron Murphy 2023-08-17 06:11:43 +02:00 committed by Michael Murphy
parent 6457481ae5
commit 6927220325
3 changed files with 7 additions and 9 deletions

View file

@ -40,7 +40,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.antialiasing(true)
.client_decorations(true)
.debug(false)
.default_icon_theme(Some("Pop".into()))
.default_icon_theme("Pop")
.default_text_size(16.0)
.scale_factor(1.0)
.size((1024, 768))