mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Add Frame::set_window_title() (#828)
* Add `Frame::set_window_title()` * Changelog and fmt for `Frame::set_window_title()` Co-authored-by: Caleb Smith <caleb@myrvmail.com>
This commit is contained in:
@@ -260,6 +260,7 @@ impl AppRunner {
|
||||
let epi::backend::AppOutput {
|
||||
quit: _, // Can't quit a web page
|
||||
window_size: _, // Can't resize a web page
|
||||
window_title: _,
|
||||
decorated: _, // Can't show decorations
|
||||
drag_window: _, // Can't be dragged
|
||||
} = app_output;
|
||||
|
||||
Reference in New Issue
Block a user