1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

eframe: add always_on_top option (native)

This commit is contained in:
Emil Ernerfeldt
2021-05-08 10:19:47 +02:00
parent 7374ed9d00
commit a7a36bd313
3 changed files with 19 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ All notable changes to the `eframe` crate.
## Unreleased
* Moved options out of `trait App` into new `NativeOptions`.
* Add option for `always_on_top`.
## 0.11.0 - 2021-04-05