1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

(eframe) add Frame.set_visible (#1808)

This commit is contained in:
Julian
2022-07-21 14:16:56 -04:00
committed by GitHub
parent cbe22a0371
commit 0338843950
3 changed files with 14 additions and 0 deletions

View File

@@ -300,6 +300,7 @@ impl AppRunner {
decorated: _, // Can't toggle decorations
drag_window: _, // Can't be dragged
window_pos: _, // Can't set position of a web page
visible: _, // Can't hide a web page
} = app_output;
}