1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Cleanup ahead of release

This commit is contained in:
Emil Ernerfeldt
2023-05-23 19:44:49 +02:00
parent cb6bcde22c
commit cccdfd246e
7 changed files with 17 additions and 17 deletions

View File

@@ -148,6 +148,7 @@ impl BackendPanel {
#[cfg(target_arch = "wasm32")]
ui.collapsing("Web info (location)", |ui| {
ui.style_mut().wrap = Some(false);
ui.monospace(format!("{:#?}", frame.info().web_info.location));
});