1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Misc code cleanup

This commit is contained in:
Emil Ernerfeldt
2023-11-01 18:19:19 +01:00
parent 678a3b035e
commit abc70ccf9c
3 changed files with 23 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ pub fn window_builder<E>(
..
} = native_options;
let mut window_builder = ViewportBuilder::new("")
let mut window_builder = egui::ViewportBuilder::new("")
.with_title(title)
.with_decorations(*decorated)
.with_fullscreen(*fullscreen)