1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00

feat: Set whether to show decorations (#660)

* feat: Set whether to show decorations

* cargo fmt

* Update comment and changelog
This commit is contained in:
zu1k
2021-08-28 17:18:36 +08:00
committed by GitHub
parent 2ce99f3a12
commit 0db74f3000
4 changed files with 25 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ All notable changes to the `eframe` crate.
## Unreleased
* `Frame` now provides `set_decorations` to set whether to show window decorations.
## 0.14.0 - 2021-08-24