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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user