mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
feat: Set whether to show decorations (#672)
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -258,6 +258,7 @@ impl AppRunner {
|
||||
let epi::backend::AppOutput {
|
||||
quit: _, // Can't quit a web page
|
||||
window_size: _, // Can't resize a web page
|
||||
decorated: _, // Can't show decorations
|
||||
} = app_output;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user