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

feat: Set whether to show decorations

This commit is contained in:
zu1k
2021-08-28 20:03:27 +08:00
parent 105b999cb6
commit 0bfcc35acf
4 changed files with 20 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